Skip to content

Commit afb916e

Browse files
committed
Fix for contribution file
1 parent 48b820e commit afb916e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CONTRIBUTING.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ request a heck of a lot easier for us.
2222
Please **avoid including the material-decorator.js or material-decorator.min.js** as that can make merging harder, and we
2323
will always generate these files when we make a new release.
2424

25-
If its a new field type consider making it an add-on instead,
26-
especially if it has external dependencies. See [extending Schema Form documentation.](docs/extending.md)
27-
2825
With new features we love to see updates to the docs as well as tests, that makes it super
2926
easy and fast for us to merge it!
3027

31-
Also consider running any code through the code style checker [jscs](https://github.com/mdevils/node-jscs)
28+
Also consider running any code through the **JavaScript Code Style** checker [jscs](https://github.com/mdevils/node-jscs)
3229
(or even better use it in your editor) using the .jscsrc file in the repo root, which should be picked up by the IDE. You can also us `gulp jscs` to
3330
check your code.

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Work In Progress
77
----------------
88
As Angular Material has not reached 1.0.0 yet, this decorator is progressing very cautiously until that project hits it's stable milestone.
99

10-
Meaning that it is __very__ much a __work in progress__.
10+
Meaning that it is **very** much a **work in progress**.
1111

1212
Testing
1313
------------
@@ -34,3 +34,9 @@ Known Issues
3434
Contributing
3535
------------
3636
Contributions are welcome! Please see [Contributing.md](CONTRIBUTING.md) for more info.
37+
38+
Future
39+
------
40+
Using the new builder opens up for a lot of optimization. Primarily we can get rid of a lot of small
41+
watches by using build helpers. For instance, slapping on a `sf-changed` directive *only* if the
42+
form definition has an `onChange` option.

0 commit comments

Comments
 (0)