pr: Create pull_request_template.md (#27)

Add a pull request template for better PR submissions.
This commit is contained in:
Lluciocc 2026-05-11 19:56:45 +02:00 committed by GitHub
parent d45a19aac1
commit 2bb15d517f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,28 @@
## Description
Describe the changes made in this PR.
---
## Testing
- [ ] Code has been tested
- [ ] Existing tests pass
Notes:
<!-- Add anything relevant about testing -->
---
## Documentation
- [ ] Documentation updated if needed
Notes:
<!-- Add anything relevant about documentation -->
---
## Additional Notes
<!-- Anything reviewers should know -->