feat: add pull request template for improved contribution guidelines (#2022)
Some checks are pending
Deploy Documentation to GitHub Pages / Build Documentation (push) Waiting to run
Deploy Documentation to GitHub Pages / Deploy to GitHub Pages (push) Blocked by required conditions

- Introduced a new PULL_REQUEST_TEMPLATE.md to standardize the information provided in pull requests.
- The template includes sections for describing the purpose of the PR, changes made, testing instructions, and documentation updates.

This addition aims to enhance clarity and consistency in contributions, making it easier for maintainers to review and understand changes.
This commit is contained in:
Yury Pikhtarev 2025-07-01 01:59:45 +04:00 committed by GitHub
parent 5d5b907207
commit 48a17c47c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

49
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,49 @@
## 🚀 Whats this Pull Request?
Please describe the purpose and context of this PR. Is it a bugfix, a feature, a refactor, or maintenance?
- Type:
- [ ] Bugfix
- [ ] Feature
- [ ] Refactor
- [ ] Chore
- [ ] Other
- Related Issue(s): Closes #XXXX, Implements #XXXX
## ✅ Whats Changed?
Briefly summarize the changes youve made.
- ...
- ...
- ...
## 🔬 How to Test
Describe how a maintainer or reviewer can manually verify your changes.
1. ...
2. ...
3. ...
## 🧪 Tests
- [ ] Unit tests added or updated
- [ ] No tests needed
- [ ] Not applicable
## 📚 Documentation
- [ ] Updated relevant docs
- [ ] No docs needed
- [ ] Not applicable
## 💡 Additional Notes
- Compatibility concerns? (e.g., PHP version, tracker behavior, database migrations)
- Any known limitations?
- Anything reviewers should pay special attention to?
## 📸 UI / Frontend Changes (if applicable)
_Add screenshots, videos, or gif demos if you made UI changes._