|
| 1 | +Contributing |
| 2 | +------------ |
| 3 | +We love contributions! |
| 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 |
| 9 | +request heck of a lot easier for us. |
| 10 | + |
| 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. |
| 13 | + |
| 14 | +If its a new field type consider making it an add-on instead, |
| 15 | +especially if it has external dependencies. See [extending Schema Form documentation.](https://github.com/json-schema-form/angular-schema-form/blob/development/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! |
| 19 | + |
| 20 | +Also consider running any code through the code style checker [jscs](https://github.com/mdevils/node-jscs) |
| 21 | +(or even better use it in your editor) with preset set to `google`. You can also use `gulp jscs` to |
| 22 | +check your code. |
0 commit comments