Merge pull request #43 from bartvdbraak/feat/markdown-templates

Markdown Templates
This commit is contained in:
Bart van der Braak 2024-02-18 16:03:22 +01:00 committed by GitHub
commit b94257c2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View 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).