christianlempa-boilerplates/.github/pull_request_template.md

13 lines
529 B
Markdown
Raw Normal View History

2024-03-04 09:33:54 +01:00
### Pull Request
2022-06-08 16:09:33 +02:00
2024-03-04 09:33:54 +01:00
*Please write all text in English in order to facilitate communication and collaboration, and follow this checklist. It will help the contributors to review your PR. Thank you!*
2022-06-08 16:09:33 +02:00
- [ ] My pull request has a descriptive title. (unlike `Update index.md`). Check [this](https://www.conventionalcommits.org/en/v1.0.0/) guide regarding titles.
2024-03-04 09:33:54 +01:00
- [ ] If applicable, I have tested these changes locally.
2022-06-08 16:09:33 +02:00
2024-03-04 09:33:54 +01:00
*If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.*
2022-06-08 16:09:33 +02:00
Closes #XXXXX
2024-03-04 09:33:54 +01:00
---