You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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
Copy file name to clipboardExpand all lines: README.md
+1-11
Original file line number
Diff line number
Diff line change
@@ -158,17 +158,7 @@ Your can also [create your own add-ons!](docs/extending.md)
158
158
159
159
Contributing
160
160
------------
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.
0 commit comments