Skip to content

Commit 756d2e5

Browse files
committed
Added notice about tests and docs
1 parent 9bb4239 commit 756d2e5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
Contributing
22
------------
3-
Contributions are welcome!
3+
We love contributions!
44

55
**Please base any merge request on the *development* branch instead of *master*.**
66

77
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.
8+
[git flow](http://danielkummer.github.io/git-flow-cheatsheet/), and it makes merging your pull
9+
request heck of a lot easier for us.
910

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+
Please avoid including anything from the `dist/` directory as that can make merging harder, and we
12+
always generate these files when we make a new release.
1113

1214
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)
15+
especially if it has external dependencies. See [extending Schema Form documentation.](docs/extending.md)
16+
17+
With new features we love to see updates to the docs as well as tests, that makes it super
18+
easy and fast for us to merge it!
1419

1520
Also consider running any code through the code style checker [jscs](https://github.com/mdevils/node-jscs)
1621
(or even better use it in your editor) with preset set to `google`. You can also us `gulp jscs` to

0 commit comments

Comments
 (0)