Skip to content

Commit 224262b

Browse files
committed
Merge 'Update PR template to suggest posting patch files' (#2500)
2 parents 311e63c + c3ba39f commit 224262b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Testing
44

5-
<!-- What, if anything, have you tested? For ASM/C or GUI/web changes, consider including screenshots and/or videos. Note that it's totally fine to submit a PR without heavily testing it. -->
5+
<!-- What, if anything, have you tested? For ASM/C or GUI/web changes, consider including screenshots and/or videos. Note that it's totally fine to submit a PR without heavily testing it. If this PR would benefit from in-game testing but you can't test it yourself, consider posting a patch file to make testing easier for others. (You'll need to upload it inside a zip file since GitHub doesn't allow uploading .zpf files directly.) -->

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '9.0.4'
1+
__version__ = '9.0.5'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0

0 commit comments

Comments
 (0)