diff --git a/.github/ISSUE TEMPLATE/bug.yaml b/.github/ISSUE TEMPLATE/bug.yaml new file mode 100644 index 0000000..1fc757a --- /dev/null +++ b/.github/ISSUE TEMPLATE/bug.yaml @@ -0,0 +1,30 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help improve the project +title: '' +labels: bug +assignees: '' + +--- + + + +**What happened**: + +**What you expected to happen**: + +**Where can this issue be corrected? (optional)** + + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: \ No newline at end of file diff --git a/.github/ISSUE TEMPLATE/feature_request.yml b/.github/ISSUE TEMPLATE/feature_request.yml new file mode 100644 index 0000000..0c551f3 --- /dev/null +++ b/.github/ISSUE TEMPLATE/feature_request.yml @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..ab352f4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ + + +# Description + +Please include a summary of the change and which issue is fixed. + +## Fixes #(issue_no) + +Replace `issue_no` with the issue number which is fixed in this PR + +## Screenshots + + + +## Special notes for your reviewer: + +