From 1cf5d164041c7a12569c6f7a0427a386302c659c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 8 Feb 2016 19:28:05 -0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..c4b643af05 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to Zotero + +## Bug Reports and Feature Requests + +In order to keep product discussions open to as many people as possible, Zotero does not use GitHub Issues for bug reports or feature requests. Please use the [Zotero Forums](https://forums.zotero.org) to report problems and suggest changes. + +For confirmed bugs or agreed-upon changes, new issues will be created in the relevant repositories on GitHub by Zotero developers. + +## Working with Zotero Code + +See [Zotero Source Code](https://www.zotero.org/support/dev/source_code).