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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,21 @@
1
1
Contributing
2
2
------------
3
-
Contributions are welcome!
3
+
We love contributions!
4
4
5
5
**Please base any merge request on the *development* branch instead of *master*.**
6
6
7
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.
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.
9
10
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.
11
13
12
14
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!
14
19
15
20
Also consider running any code through the code style checker [jscs](https://github.com/mdevils/node-jscs)
16
21
(or even better use it in your editor) with preset set to `google`. You can also us `gulp jscs` to
If you use ASF in your project/company please let us know! We'd love to feature you on the site.
21
+
11
22
Demo Time!
12
23
----------
13
-
[Try out the example page](http://textalk.github.io/angular-schema-form/examples/bootstrap-example.html).
14
-
Try editing the schema or form definition and see what comes out!
24
+
[Try out the example page](http://schemaform.io/examples/bootstrap-example.html). Try editing the schema or form definition and see what comes out!
25
+
26
+
Now you can save your code and share it!
15
27
16
28
What is it?
17
29
----------
@@ -37,7 +49,10 @@ apart from JSON Form?
37
49
38
50
Documentation
39
51
-------------
40
-
There is one section of documentation covering [defaults and form types](docs/index.md). There is another section for how you [extend angular schema form with your own types](https://github.com/Textalk/angular-schema-form/blob/master/docs/extending.md).
52
+
You can find [all documentation here](docs/index.md), it covers all the different field types
53
+
and their options.
54
+
55
+
It also covers how to [extend angular schema form with your own field types](https://github.com/Textalk/angular-schema-form/blob/master/docs/extending.md).
0 commit comments