mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 07:21:20 +00:00
feat: Added Pull Request template with checklists
This commit is contained in:
parent
bd8d744ff3
commit
bf26409b2f
1 changed files with 34 additions and 0 deletions
34
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
34
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
## Description
|
||||||
|
[Provide a brief description of the changes made in this pull request.]
|
||||||
|
|
||||||
|
## Related Issue
|
||||||
|
[Closes/Fixes/Resolves #Issue_Number]
|
||||||
|
|
||||||
|
## Checklist
|
||||||
|
Please make sure to review and check the following before submitting your pull request:
|
||||||
|
|
||||||
|
- [ ] I have tested these changes locally and they work as intended.
|
||||||
|
- [ ] My code follows the project's coding style and guidelines.
|
||||||
|
- [ ] I have added/updated relevant documentation (if applicable).
|
||||||
|
- [ ] I have added/updated unit tests for the changes made.
|
||||||
|
- [ ] I have verified that all existing tests pass successfully.
|
||||||
|
- [ ] I have rebased my branch onto the latest upstream changes (if necessary).
|
||||||
|
- [ ] I have assigned reviewers to this pull request.
|
||||||
|
- [ ] I have added appropriate labels and milestones (if applicable).
|
||||||
|
|
||||||
|
## Screenshots (if applicable)
|
||||||
|
[Add any relevant screenshots or images to assist in understanding the changes.]
|
||||||
|
|
||||||
|
## Additional Information (optional)
|
||||||
|
[Add any additional context or information about the changes made, if necessary.]
|
||||||
|
|
||||||
|
## Checklist for Reviewers (optional)
|
||||||
|
Reviewers can use this checklist as a guide while reviewing the pull request:
|
||||||
|
|
||||||
|
- [ ] The changes fulfill the requirements of the related issue(s).
|
||||||
|
- [ ] The code follows the project's coding style and guidelines.
|
||||||
|
- [ ] The changes are adequately documented (if applicable).
|
||||||
|
- [ ] The changes include appropriate test coverage.
|
||||||
|
- [ ] The tests pass successfully.
|
||||||
|
- [ ] The branch has been rebased onto the latest upstream changes (if necessary).
|
||||||
|
|
Loading…
Reference in a new issue