Skip to content

Commit 7486168

Browse files
kizutonyganch
authored andcommitted
Added TOC and added link to docs folder
1 parent 3acc725 commit 7486168

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CONTRIBUTE.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

610
1. [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>
3236
4. 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

3741
6. Locally rebase the upstream development branch into your topic branch:
3842

@@ -48,8 +52,7 @@ git push origin <topic-branch-name>
4852

4953
8. [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

0 commit comments

Comments
 (0)