diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5dbdb19e..c49b219a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,3 @@ - - ## Before submitting Please read our contribution guidelines before opening a pull request: @@ -11,10 +6,22 @@ Please read our contribution guidelines before opening a pull request: By opening this pull request, you confirm that you have read and agree to follow the contribution guidelines. -## Checklist -By submitting this PR, you confirm that: +## Testing -- [ ] I have read `CONTRIBUTING.md`. -- [ ] I tested my changes. -- [ ] I wrote this description myself and did not copy AI-generated explanations. -- [ ] I listed the game(s) I tested, if applicable. +If applicable, list the game(s) you tested and briefly describe the results. + +Example: + +- Demon's Souls (PPSA01341) – Boots to splash screen. +- Dreaming Sarah – Save/load works correctly. + +If your changes do not affect runtime behavior (e.g. documentation, tooling, CI), write `N/A`. + +## Checklist + +By submitting this pull request, you confirm that: + +- [ ] I have read and followed `CONTRIBUTING.md`. +- [ ] I tested my changes or marked the testing section as `N/A`. +- [ ] I wrote this pull request description myself and did not paste AI-generated explanations. +- [ ] I listed the game(s) I tested (or marked the testing section as `N/A`). diff --git a/REUSE.toml b/REUSE.toml index 7819efe9..528d3346 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -9,6 +9,7 @@ path = [ "src/SharpEmu.GUI/Languages/**", "_logs/**", ".github/images/**", + ".github/pull_request_template.md", "assets/images/**" ] precedence = "aggregate"