Templates
Uncategorized
GitHub Pull Request Procedure

GitHub Pull Request Procedure

This should be used for all PRs to reduce errors, ensure thorough testing, and start the review process.
1
Introduction:
2
Make sure you finished the issue
3
Make sure to thoroughly test the issue
4
Check usages of modified methods
5
Don't forget to test on mobile for anything visual that you change
6
Run all tests to make sure they're passing
7
Make sure the PR contains a new test
8
If BE: Make sure the PR removes 1 Scalastyle issue
9
Run code formatters if applicable
10
Create a PR in GitHub
11
Attach this checklist link as a comment in the JIRA issue
12
Move the issue from In Progress to In Review
13
Assign this task to reviewer
14
Give yourself a self five
15
Sources:
16
Related checklists: