From 83b0115464ad1aac444eafcb79ec4aa80182fc3e Mon Sep 17 00:00:00 2001 From: "John F. Mercer" Date: Mon, 17 Aug 2015 10:45:34 -0400 Subject: [PATCH 1/2] Adds CONTRIBUTING.md; set license name to LICENSE --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ LICENSE.txt => LICENSE | 0 2 files changed, 26 insertions(+) create mode 100644 CONTRIBUTING.md rename LICENSE.txt => LICENSE (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..379460b --- /dev/null +++ b/CONTRIBUTING.md @@ -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/PROJECTNAME/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). diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE From 4bf9d248962b7b16eaf25154090c29f6cb72bf64 Mon Sep 17 00:00:00 2001 From: "John F. Mercer" Date: Mon, 17 Aug 2015 19:37:11 -0400 Subject: [PATCH 2/2] Corrects project name in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 379460b..752936f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Also, please include the following: ## Bugs and Other Issues -* Report problems to the project's [issue tracker](https://github.com/radify/PROJECTNAME/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)?