mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-03 06:03:23 -05:00
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.
- Closes currently open issue (replace XXXX with an issue no): Closes #XXXX