From fc9a334b80dcda685839df9a4ae89fbf650fe284 Mon Sep 17 00:00:00 2001 From: Stefan Oderbolz Date: Wed, 29 Mar 2017 11:26:05 +0200 Subject: [PATCH] Add a CONTRIBUTING.md file --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..34fe590 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +## How to contribute to ckanext-harvest + +#### **Did you find a bug?** + + * **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/ckan/ckanext-harvest/issues). + + * If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/ckan/ckanext-harvest/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible. + +#### **Did you write a patch that fixes a bug?** + +* Open a new GitHub pull request with the patch. + +* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. + +* Make sure to update the CHANGELOG.rst in the "Unreleased" section with your bugfix + +#### **Do you intend to add a new feature or change an existing one?** + +* Open a new issue on Github and start writing code + +* Make sure to update the CHANGELOG.rst in the "Unreleased" section with your change + +* If you are unsure about the change, wait for feedback on the issue or post to the [ckan-dev mailinglist](https://lists.okfn.org/mailman/listinfo/ckan-dev) + +#### **Do you have questions about the source code?** + +* Ask any question about how to use ckanext-harvest on the [ckan-dev mailinglist](https://lists.okfn.org/mailman/listinfo/ckan-dev)