- No merge conflict with the
developbranch. - Check PR title is correct, (i.e
[AC-xx: Feature] Create pull request template). - Check your app will run without crashes.
- Check if there are hard coded values.
- No
//eslint-disable-next-line no-unused-vars, unless otherwise specified. - No unnecessary spaces between lines of code.
- Check you are using
camelCase && PascalCasecorrectly. - Check you named your code properly.
- Remove unused comments.