Skip to content

Commit 8e531eb

Browse files
committed
Move contributing and history sections to a separated file
1 parent 86a3b99 commit 8e531eb

File tree

3 files changed

+51
-45
lines changed

3 files changed

+51
-45
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing
2+
3+
1. Fork it!
4+
2. Create your feature branch: `git checkout -b my-new-feature`
5+
3. Commit your changes: `git commit -am 'Add some feature'`
6+
4. Push to the branch: `git push origin my-new-feature`
7+
5. Submit a pull request :D
8+
9+
Also remember to follow [jQuery's Code Style](http://contribute.jquery.org/style-guide/js/).

HISTORY.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# History
2+
3+
* v0.3.0 May 11, 2013
4+
* Added options to display or hide icons
5+
* Displayed the number of issues
6+
* Added Grunt Watch task
7+
* Added title on attribute on icons
8+
* Switched from 'watch' icon to 'star' icon
9+
* Used font icons instead of images
10+
* v0.2.9 May 1, 2013
11+
* Fixed urls
12+
* v0.2.8 April 30, 2013
13+
* Followed jQuery's core style guide
14+
* v0.2.7 April 29, 2013
15+
* Code refactoring
16+
* Upgraded Grunt from v0.3 to v0.4
17+
* v0.2.6 March 14, 2013
18+
* Updated to responsive design
19+
* v0.2.5 March 01, 2013
20+
* Added Grunt and integrated it with Travis
21+
* Added lint task
22+
* Added minify task
23+
* v0.2.4 January 17, 2013
24+
* Renamed from `jquery-github-repos` to `jquery-github`
25+
* v0.2.3 January 17, 2013
26+
* Added to jQuery Plugins Registry
27+
* Updated to jQuery v1.9
28+
* v0.2.2 January 15, 2013
29+
* Fixed "Last commit" date
30+
* Cached repo data using sessionStorage
31+
* Added error message if API exceeds its limits
32+
* v0.2.1 January 13, 2013
33+
* Added live demo
34+
* Replaced single images for a sprite
35+
* Added minified version
36+
* v0.2 September 11, 2012
37+
* Code wrapped into a jQuery plugin
38+
* Demonstration page created
39+
* v0.1 September 10, 2012
40+
* Initial commit

README.md

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -80,54 +80,11 @@ No problem, [@ricardobeat](https://github.com/ricardobeat) already did one. Chec
8080

8181
## Contributing
8282

83-
1. Fork it!
84-
2. Create your feature branch: `git checkout -b my-new-feature`
85-
3. Commit your changes: `git commit -am 'Add some feature'`
86-
4. Push to the branch: `git push origin my-new-feature`
87-
5. Submit a pull request :D
88-
89-
Also remember to follow [jQuery's Code Style](http://contribute.jquery.org/style-guide/js/).
83+
Check [CONTRIBUTING.md](https://github.com/zenorocha/jquery-github/blob/master/CONTRIBUTING.md).
9084

9185
## History
9286

93-
* v0.3.0 May 11, 2013
94-
* Added options to display or hide icons
95-
* Displayed the number of issues
96-
* Added Grunt Watch task
97-
* Added title on attribute on icons
98-
* Switched from 'watch' icon to 'star' icon
99-
* Used font icons instead of images
100-
* v0.2.9 May 1, 2013
101-
* Fixed urls
102-
* v0.2.8 April 30, 2013
103-
* Followed jQuery's core style guide
104-
* v0.2.7 April 29, 2013
105-
* Code refactoring
106-
* Upgraded Grunt from v0.3 to v0.4
107-
* v0.2.6 March 14, 2013
108-
* Updated to responsive design
109-
* v0.2.5 March 01, 2013
110-
* Added Grunt and integrated it with Travis
111-
* Added lint task
112-
* Added minify task
113-
* v0.2.4 January 17, 2013
114-
* Renamed from `jquery-github-repos` to `jquery-github`
115-
* v0.2.3 January 17, 2013
116-
* Added to jQuery Plugins Registry
117-
* Updated to jQuery v1.9
118-
* v0.2.2 January 15, 2013
119-
* Fixed "Last commit" date
120-
* Cached repo data using sessionStorage
121-
* Added error message if API exceeds its limits
122-
* v0.2.1 January 13, 2013
123-
* Added live demo
124-
* Replaced single images for a sprite
125-
* Added minified version
126-
* v0.2 September 11, 2012
127-
* Code wrapped into a jQuery plugin
128-
* Demonstration page created
129-
* v0.1 September 10, 2012
130-
* Initial commit
87+
Check [HISTORY.md](https://github.com/zenorocha/jquery-github/blob/master/HISTORY.md).
13188

13289
## Credits
13390

0 commit comments

Comments
 (0)