File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Contributing to CSSComb
22
3- <a name =" pull-requests " ></a >
3+ ## Table of Contents
4+
5+ - [ Pull requests] ( #pull-requests )
6+ - [ For maintainers] ( #for-maintainers )
7+
48## Pull requests
59
6101 . [ Fork] ( http://help.github.com/fork-a-repo/ ) the project, clone your fork, and configure the remotes:
@@ -32,7 +36,7 @@ git checkout -b <topic-branch-name>
32364 . Patches and features will not be accepted without tests.
3337 Run ` npm test ` to check that all tests pass after you've made changes.
3438
35- 5 . Update the ` README.md ` if there were corresponding changes or new options.
39+ 5 . Update the ` README.md ` or [ docs ] ( https://github.com/csscomb/csscomb.js/tree/master/doc ) if there were corresponding changes or new options.
3640
37416 . Locally rebase the upstream development branch into your topic branch:
3842
@@ -48,8 +52,7 @@ git push origin <topic-branch-name>
4852
49538 . [ Open a Pull Request] ( https://help.github.com/articles/using-pull-requests/ ) to a ` dev ` branch with a clear title and description.
5054
51- <a name =" maintainers " ></a >
52- ## Maintainers
55+ ## For maintainers
5356
5457### Submitting changes
5558
You can’t perform that action at this time.
0 commit comments