Add PULL_REQUEST_TEMPLATE

This commit is contained in:
headlessdev 2025-04-28 15:53:27 +02:00
parent 9974969ed9
commit af7562f750

7
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,7 @@
## Description
Please explain the changes you made.
## Checklist
- [ ] I have tested the code
- [ ] I have updated the documentation if necessary
- [ ] I followed the project's coding guidelines