Skip to content

Commit f95827c

Browse files
committed
Merge pull request #10 from radify/101299266-adds-contributing.md
Adds CONTRIBUTING.md; sets license name to LICENSE
2 parents 062eca8 + 4bf9d24 commit f95827c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CONTRIBUTING.md

+26
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-http-auth/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).

LICENSE.txt renamed to LICENSE

File renamed without changes.

0 commit comments

Comments
 (0)