Skip to content

Commit

Permalink
Update Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtextrem committed Mar 1, 2016
1 parent 82bc004 commit 46b3f31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ Use [this format](https://github.com/loverajoel/jstips/blob/gh-pages/POST_TEMPLA
- The tip should be readable in less than two minutes
- Adding links to other sites or videos that give more insight is welcome
- Mark JS code with ```js
- Capitalized title (see [here](http://grammar.yourdictionary.com/capitalization/rules-for-capitalization-in-titles.html) for how it works)
- Don't mention "JavaScript" in the title (as our tips are about it anyway)
- Use backticks (`) to mark code in the title ‐ _Warning_: Titles must not start with backticks!

Once your tip is ready, [issue a pull request](https://help.github.com/articles/using-pull-requests/) with this [PR template](https://github.com/loverajoel/jstips/blob/gh-pages/PULL_REQUEST_TEMPLATE.md) and your tip will be reviewed (see below).

# Notes

Leave the date and the tip number with **xx**. When we decide to merge the pull request, you will add them and squash your commits.
Leave the date and the tip number as **xx**. When the PR is `ready to merge`, we will tell you the correct numbers. Please also [squash](https://davidwalsh.name/squash-commits-git) your commits.

# Tip flow

**Tip proposal****Tip under review****Tip ready to merge**

- When you send a tip, it has to pass the review process and while that happens, its status is `under-review`.
- When you send a tip, it has to pass the review process and while that happens, its status is `under review`.
- After the tip had been reviewed by 5 people and they have given their ship it emote (:shipit:), the tip is `ready to merge`.


Expand Down

0 comments on commit 46b3f31

Please sign in to comment.