diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f53cb4c9..7af6c8ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -66,12 +66,12 @@ body: required: false - type: checkboxes - id: final-stage + id: checklist attributes: - label: The final stage + label: Checklist description: Please check all the checkboxes options: - - label: This bug report is written in English + - label: This bug report is written entirely in English. required: true - label: This bug report is new and no one has reported it before me. required: true \ No newline at end of file diff --git a/.github/pull_request_template.yml b/.github/pull_request_template.yml new file mode 100644 index 00000000..acb6ad59 --- /dev/null +++ b/.github/pull_request_template.yml @@ -0,0 +1,24 @@ +## What is the pull request? + + + +## Which part of the application is affected by the change? + +- [ ] 💻 Frontend +- [ ] 🛠️ Backend + +## Type of Changes + +- [ ] 🐛 Bug fix +- [ ] ✨ New feature +- [ ] 🔧 Refactoring +- [ ] ⚙️ Other + +## Screenshots + + + + +## Checklist + +- [ ] Code follows the project's style guidelines \ No newline at end of file