Skip to content

Commit 535a898

Browse files
committed
Moved contributing info from readme to CONTRIBUTING.md
1 parent 0b001b4 commit 535a898

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Contributing
2+
------------
3+
Contributions are welcome!
4+
5+
**Please base any merge request on the *development* branch instead of *master*.**
6+
7+
The reason for this is that we're trying to use
8+
[git flow](http://danielkummer.github.io/git-flow-cheatsheet/), and it makes merging your pull request heck of a lot easier for us.
9+
10+
Please avoid including anything from the `dist/` directory as that can make merging harder, and we always generate these files when we make a new release.
11+
12+
If its a new field type consider making it an add-on instead,
13+
especially if it has dependecies. See [extending Schema Form documentation.](docs/extending.md)
14+
15+
Also consider running any code through the code style checker [jscs](https://github.com/mdevils/node-jscs)
16+
(or even better use it in your editor) with preset set to `google`. You can also us `gulp jscs` to
17+
check your code.

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,7 @@ Your can also [create your own add-ons!](docs/extending.md)
158158

159159
Contributing
160160
------------
161-
162-
All contributions are welcome! If its a new field type consider making it an add-on instead,
163-
especially if it has dependecies. See [extending Schema Form documentation.](docs/extending.md)
164-
165-
We're trying to use
166-
[git flow](http://danielkummer.github.io/git-flow-cheatsheet/), *so please base any merge request on the **development** branch instead of **master**.*
167-
168-
Also run any code through the code style checker [jscs](https://github.com/mdevils/node-jscs)
169-
(or even better use it in your editor) with preset set to `google`. You can also us `gulp jscs` to
170-
check your code.
171-
161+
Contributions are welcome! Please see [Contributing.md](CONTRIBUTING.md) for more info.
172162

173163
Building
174164
--------

0 commit comments

Comments
 (0)