chore: add pull request template

also edited bug report
This commit is contained in:
Shishkevich D. 2025-04-22 23:02:31 +07:00 committed by GitHub
parent e0349dc914
commit 086f46f427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 3 deletions

View file

@ -66,12 +66,12 @@ body:
required: false required: false
- type: checkboxes - type: checkboxes
id: final-stage id: checklist
attributes: attributes:
label: The final stage label: Checklist
description: Please check all the checkboxes description: Please check all the checkboxes
options: options:
- label: This bug report is written in English - label: This bug report is written entirely in English.
required: true required: true
- label: This bug report is new and no one has reported it before me. - label: This bug report is new and no one has reported it before me.
required: true required: true

24
.github/pull_request_template.yml vendored Normal file
View file

@ -0,0 +1,24 @@
## What is the pull request?
<!-- Briefly describe the changes introduced by this pull request -->
## Which part of the application is affected by the change?
- [ ] 💻 Frontend
- [ ] 🛠️ Backend
## Type of Changes
- [ ] 🐛 Bug fix
- [ ] ✨ New feature
- [ ] 🔧 Refactoring
- [ ] ⚙️ Other
## Screenshots
<!-- Add screenshots to illustrate the changes -->
<!-- Remove this section if it is not applicable. -->
## Checklist
- [ ] Code follows the project's style guidelines