Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 621 Bytes

File metadata and controls

13 lines (11 loc) · 621 Bytes

Provide screenshots or videos that the function is working.

Provide screenshots of no warning, error in console.

  • No merge conflict with the develop branch.
  • 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 && PascalCase correctly.
  • Check you named your code properly.
  • Remove unused comments.