FreeCodeCamp Pull Request template
Please, go through these steps before you submit a PR.
- Make sure that your PR is not a duplicate.
-
If not then:
2.1. Make sure you've done your changes in a separate branch, like
fix/signin-issueorfeature/issue-templates.2.2. You have a descriptive commit message.
2.3. You have only one commit (if not, squash them into one commit).
2.4. Make sure
npm testdoesn't throw any error. If it does, fix them first and amend your commit. -
After these steps you're ready to open a pull request. Don't forget to remove this template first.
3.1. Give a descriptive title to your PR.
3.2. Provide a description of your changes.
3.3. Put
closes #XXXXin your comment to auto-close the issue that your PR fixes (if such). -
If not, then make sure that:
2.1. You have done your changes in a separate branch. Branches MUST have descriptive names that start with either the
fix/orfeature/prefixes. Good examples are:fix/signin-issueorfeature/issue-templates.2.2. You have a descriptive commit message with a short title (first line).
2.3. You have only one commit (if not, squash them into one commit).
2.4.
npm testdoesn't throw any error. If it does, fix them first and amend your commit (git commit --amend). -
After these steps, you're ready to open a pull request.
3.1. Your pull request MUST NOT target the
masterbranch on FreeCodeCamp's repository. You probably want to targetstaginginstead.3.2. Give a descriptive title to your PR.
3.3. Provide a description of your changes.
3.4. Put
closes #XXXXin your comment to auto-close the issue that your PR fixes (if such).
IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.
PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING
0 comments on commit
670d8f1