aurelienstebe_Gladdis/.github/pull_request_template.md
2024-11-29 15:16:13 -04:00

19 lines
798 B
Markdown

Thank you very much for your hard work, please follow these simple instructions.
## Commit Log
Explain your contribution as an idealized commit log or a tasks TODO list.
Use a checkbox list to plan and communicate on your progress in a Draft PR.
Note that the better your actual commits, the lesser you need to write here.
## Reasoning
If you can justify the proposed modification in a few paragraphs, do so here.
Otherwise, simply write "Fixes #<ISSUE_NUMBER>" or "Closes #<ISSUE_NUMBER>".
If necessary, save this PR as a Draft, open a new issue, then use its number.
## Check List
- [ ] Testing: any fresh new tests ? are the old ones still passing ?
- [ ] Linting: did you "npm run lint" ? because GitHub won't forget.
- [ ] Documentation: is it updated or are there related open issues ?