aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrtm516 <ryantmilner@hotmail.co.uk>2026-03-03 18:17:33 +0000
committerrtm516 <ryantmilner@hotmail.co.uk>2026-03-03 18:17:33 +0000
commit942ef7e99fdd49b3b72251eed7fd12f1de288866 (patch)
treec94fd9d4b4b89c60799f5cf2f0ae5993e93dc10c /.github
parent540e33d787ee46902fb49373a8a18b2d2e6d766d (diff)
Tidy up PR template
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 9578777c..a1c3e74a 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,23 +1,23 @@
-# Pull Request
-
-## Note: IF YOUR PR CHANGES THE GAME BEHAVIOR VISIBLY, REMEMBER TO ATTACH A GAMEPLAY FOOTAGE (or at least a screenshot) OF YOU *ACTUALLY* PLAYING THE GAME WITH YOUR CHANGES. Untested PRs are *NOT* welcome. Please don't forget to describe what did you do in each commit in your PR.
+<!--
+Note: IF YOUR PR CHANGES THE GAME BEHAVIOR VISIBLY, REMEMBER TO ATTACH A GAMEPLAY FOOTAGE (or at least a screenshot) OF YOU *ACTUALLY* PLAYING THE GAME WITH YOUR CHANGES. Untested PRs are *NOT* welcome. Please don't forget to describe what did you do in each commit in your PR.
+-->
## Description
-Briefly describe the changes this PR introduces.
+<!-- Briefly describe the changes this PR introduces. -->
## Changes
### Previous Behavior
-*Describe how the code behaved before this change.*
+<!-- Describe how the code behaved before this change. -->
### Root Cause
-*Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case).*
+<!-- Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case). -->
### New Behavior
-*Describe how the code behaves after this change.*
+<!-- Describe how the code behaves after this change. -->
### Fix Implementation
-*Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows).*
+<!-- Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows). -->
## Related Issues
- Fixes #[issue-number]