Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit c638157

Browse files
committed
add note about our new standardization tools in CONTRIBUTING.md
closes #274
1 parent 79855cb commit c638157

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/CONTRIBUTING.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contributing to Patternlab Node
2-
If you'd like to contribute to Pattern Lab Node, please do so! There is always a lot of ground to cover and something for your wheelhouse.
2+
If you'd like to contribute to Pattern Lab Node, please do so! There is always a lot of ground to cover and something for your wheelhouse.
33

44
No pull request is too small. Check out any [up for grabs issues](https://github.com/pattern-lab/patternlab-node/labels/up%20for%20grabs) as a good way to get your feet wet, or add some more unit tests.
55

@@ -9,4 +9,7 @@ No pull request is too small. Check out any [up for grabs issues](https://github
99
3. If you can, add some unit tests using the existing patterns in the `./test` directory
1010

1111
##Coding style
12-
Regarding code style like indentation and whitespace, follow the conventions you see used in the source already. Add enough source code comments to help the next person.
12+
Two files combine within the project to define and maintain our coding style.
13+
14+
* The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](http://editorconfig.org/).
15+
* The `.eslintrc` defines our javascript standards. Some editors will evaluate this real-time - otherwise it's run using `grunt|gulp build`

0 commit comments

Comments
 (0)