Skip to content

Commit 91902b1

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md (#18649)
Add C89 requirements
1 parent 6c29e2d commit 91902b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
1. Rebase before opening a pull request
44
2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
55
3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises
6+
4. RetroArch codebase follows C89 coding rules for portability across many old platforms check using `C89_BUILD=1`
67

78
## Description
89

0 commit comments

Comments
 (0)