mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 12:06:36 -05:00
The pull request template is not catching the `closes` keywords correctly since a recent update by GitHub, moving it to a new line and rewording will be a work around.
1.8 KiB
1.8 KiB
Pre-Submission Checklist
- Your pull request targets the
stagingbranch of freeCodeCamp. - Branch starts with either
fix/,feature/, ortranslate/(e.g.fix/signin-issue) - You have only one commit (if not, squash them into one commit).
- All new and existing tests pass the command
npm test. Usegit commit --amendto amend any fixes.
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)
- Add new translation (feature adding new translations)
Checklist:
- Tested changes locally.
- Addressed currently open issue (replace XXXXX with an issue no in next line)
Closes #XXXXX