Skip to content

Commit 7d20b61

Browse files
committed
Merge pull request #24 from radify/101299266-adds-contributing.md
Adds CONTRIBUTING.md
2 parents 6de7402 + 8be425f commit 7d20b61

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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).

0 commit comments

Comments
 (0)