-
Notifications
You must be signed in to change notification settings - Fork 0
PULL_REQUEST_TEMPLATE
PLEASE REMOVE THIS WHOLE TEMPLATE BEFORE YOU SUBMIT YOUR PULL REQUEST
Make sure your contribution addresses the points mentioned below:
Filenames:
-
Your filename should NOT contain any special characters or spaces.
-
Use only
-to separate words in the filename. -
Filenames should have the
.mdextension. -
Filenames should follow a Start-Case format (i.e. Every single word starts with a capital). It is mandatory to follow this convention.
e.g.
Proper-Title-For-An-Article.md
Formatting:
Ensure that you use markdown syntax for articles, we do not accept HTML or CSS or anything else other than markdown. Please Checkout these guides for reference:
Commits and Squashing:
- Your Pull Request/Submission should contain one single commit.
- For multiple commits follow the guide to squash them.
- Write a proper commit message.
- If you are new to contributing, you can use the browser and we will squash multiple commits for you, if requested.
- However, for more control over the pull request we advise you use the local method and squash the commits yourself.
Signing off:
- If we merge your pull request, your name will be automatically added to the document history on GitHub, and the repo's contributors list.
- Please don't add additional bylines when creating or editing an article.
Add closes #XXXX in your comment to auto-close any corresponding issue (if applicable), and only if your Pull Request is addressing said issue COMPLETELY; else, just leave a comment with the Pull Request number at the original issue.
REMEMBER TO REMOVE THIS WHOLE TEMPLATE BEFORE YOU SUBMIT YOUR PULL REQUEST
Learn to code and help nonprofits. Join our open source community in 15 seconds at http://freecodecamp.com
Follow our Medium blog
Follow Quincy on Quora
Follow us on Twitter
Like us on Facebook
And be sure to click the "Star" button in the upper right of this page.
New to Free Code Camp?
JS Concepts
JS Language Reference
- arguments
- Array.prototype.filter
- Array.prototype.indexOf
- Array.prototype.map
- Array.prototype.pop
- Array.prototype.push
- Array.prototype.shift
- Array.prototype.slice
- Array.prototype.some
- Array.prototype.toString
- Boolean
- for loop
- for..in loop
- for..of loop
- String.prototype.split
- String.prototype.toLowerCase
- String.prototype.toUpperCase
- undefined
Other Links