Skip to content

Commit

Permalink
Merge pull request #10 from radify/101299266-adds-contributing.md
Browse files Browse the repository at this point in the history
Adds CONTRIBUTING.md; sets license name to LICENSE
  • Loading branch information
nateabele committed Aug 20, 2015
2 parents 062eca8 + 4bf9d24 commit f95827c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing

## Pull Requests

1. [Fork Project](https://help.github.com/articles/fork-a-repo/)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push your changes (`git push -u origin my-new-feature`)
5. [Create new Pull Request](https://help.github.com/articles/using-pull-requests/#initiating-the-pull-request)

Also, please include the following:

* Tests
* An update to the [CHANGELOG.md](CHANGELOG.MD)

## Bugs and Other Issues

* Report problems to the project's [issue tracker](https://github.com/radify/angular-http-auth/issues).
* You can help us diagnose and fix existing bugs by asking and providing answers for the following:
* Is the bug reproducible as explained?
* Is it reproducible in other environments (for instance, on different browsers or devices)?
* Are the steps to reproduce the bug clear? If not, can you describe how you might reproduce it?
* What tags should the bug have?
* Is this bug something you have run into? Would you appreciate it being looked into faster?

**IMPORTANT**: By submitting a patch, you agree to the terms of the [BSD-3 License](LICENSE).
File renamed without changes.

0 comments on commit f95827c

Please sign in to comment.