Skip to content

Commit

Permalink
add new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Feb 19, 2016
1 parent 88c200c commit 5f0a814
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ Once your tip is ready, [issue a pull request](https://help.github.com/articles/
# 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.

# Tip flow

**Tip sended** -> **Tip in review** -> **Tip Approved**

When you send a tip, this has to pass the review process, while, the tip is in review status will have `under review` label.
When X persons made the review and give his :shipit:`:shipit:` the tip is `ready to merge`.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![header](https://raw.githubusercontent.com/loverajoel/jstips/gh-pages/resources/jstips-header-blog.gif)

# Introducing JavaScript Tips [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> New year, new project. **A JS tip per day!**
# JS Tips [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A useful Js tip
With great excitement, I introduce these short and useful daily JavaScript tips that will allow you to improve your code writing. With less than 2 minutes each day, you will be able to read about performance, conventions, hacks, interview questions and all the items that the future of this awesome language holds for us.
This is an awesome project about shorts and useful JavaScript tips that will allow you to improve your code writing. With less than 2 minutes, you will be able to read about performance, conventions, hacks, interview questions and all the items that the future of this awesome language holds for us.

At midday, no matter if it is a weekend or a holiday, a tip will be posted and tweeted.
Frequently, no matter if it is a weekend or a holiday, a tip will be posted and tweeted.

### Can you help us enrich it?
Please feel free to send us a PR with your own JavaScript tip to be published here.
Sure, you can help the project in two ways, sending your tip or reviewing futures tips.
Any improvements or suggestions are more than welcome!
[Click to see the instructions](https://github.com/loverajoel/jstips/blob/gh-pages/CONTRIBUTING.md)

Expand Down Expand Up @@ -81,4 +81,4 @@ There are a lot of ways to get update, choose your own
- 00 - [Insert item inside an Array](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2015-12-29-insert-item-inside-an-array.md)

### License
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
[GNU GENERAL PUBLIC LICENSE](https://github.com/loverajoel/jstips/blob/gh-pages/LICENCE.md)

0 comments on commit 5f0a814

Please sign in to comment.