mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 05:00:05 +00:00
chore: add pull request template
also edited bug report
This commit is contained in:
parent
e0349dc914
commit
086f46f427
2 changed files with 27 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -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
|
24
.github/pull_request_template.yml
vendored
Normal file
24
.github/pull_request_template.yml
vendored
Normal 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
|
Loading…
Reference in a new issue