File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ ## Pull Requests
4+
5+ 1 . [ Fork Project] ( https://help.github.com/articles/fork-a-repo/ )
6+ 2 . Create your feature branch (` git checkout -b my-new-feature ` )
7+ 3 . Commit your changes (` git commit -am 'Added some feature' ` )
8+ 4 . Push your changes (` git push -u origin my-new-feature ` )
9+ 5 . [ Create new Pull Request] ( https://help.github.com/articles/using-pull-requests/#initiating-the-pull-request )
10+
11+ Also, please include the following:
12+
13+ * Tests
14+ * An update to the [ CHANGELOG.md] ( CHANGELOG.MD )
15+
16+ ## Bugs and Other Issues
17+
18+ * Report problems to the project's [ issue tracker] ( https://github.com/radify/angular-model/issues ) .
19+ * You can help us diagnose and fix existing bugs by asking and providing answers for the following:
20+ * Is the bug reproducible as explained?
21+ * Is it reproducible in other environments (for instance, on different browsers or devices)?
22+ * Are the steps to reproduce the bug clear? If not, can you describe how you might reproduce it?
23+ * What tags should the bug have?
24+ * Is this bug something you have run into? Would you appreciate it being looked into faster?
25+
26+ ** IMPORTANT** : By submitting a patch, you agree to the terms of the [ BSD-3 License] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments