From 7dc9839c8f541921d0513ac802b50a4966aeab81 Mon Sep 17 00:00:00 2001 From: Edwin Henneken Date: Tue, 18 Aug 2015 14:54:37 -0400 Subject: [PATCH] added info files --- AUTHORS.md | 3 +++ CHANGES.md | 8 ++++++++ CHANGES.txt | 0 CONTRIBUTING.md | 16 ++++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 AUTHORS.md create mode 100644 CHANGES.md delete mode 100644 CHANGES.txt create mode 100644 CONTRIBUTING.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..0da6edf --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,3 @@ +Authors and contributors (listed alphabetically): + +- Edwin Henneken diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..705c1c1 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,8 @@ +### 1.0.1 + +* Add AUTHOR.md, CONTRIBUTING.md, CHANGES.md +* Fix Github issue 548 (Bumblebee repo): all citation histograms have same year range + +### 1.0.0 + +* Operational release as of July 2015 diff --git a/CHANGES.txt b/CHANGES.txt deleted file mode 100644 index e69de29..0000000 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8fa49e1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# How to contribute + +When contributing please ensure you follow the guidelines below. + +## Getting Started + +* You will need a [GitHub account](https://github.com/signup/free) +* Open an issue if one does not already exist. + +## Making Changes + +* Make a fork of the repository on GitHub. +* Implement your changes to your forked repository. +* Reference the issue in your commit logs. +* Push your changes to your fork and open a pull request on the master branch. +* **Don't** modify the CHANGES.md, this will be maintained by ADS developers.