You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
1. Rebase before opening a pull request
4
4
2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
5
5
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`
0 commit comments