Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.73 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

30 lines (24 loc) · 1.73 KB

Pre-Submission Checklist

  • Your pull request targets the develop branch of journal.
  • Branch starts with either fix/ or feature/ (e.g. fix/signin-issue)
  • You have only one commit (if not, squash them into one commit) (Optional).
  • All new and existing tests pass the command npm test. Use git commit --amend to amend any fixes (Not needed until test cases are added).

Type of Change

  • Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would change existing functionality)

Checklist:

  • Tested changes locally.
  • Addressed currently open issue (replace XXXXX with an issue no in next line)

Closes #XXXXX

Description