From 6041c5c7f90ad786cfc3276a66e20a58e7d1539c Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 14 Feb 2013 10:21:48 +0100 Subject: [PATCH] issue #400 --- CONTRIBUTING.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 455217977c..c098617470 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,8 @@ Please follow these guidelines if you want to contribute to ArangoDB: * Please make sure you have a GitHub account * Please look into the ArangoDB issue tracker on GitHub for similar/identical issues * For bugs: if the bug you found is not yet described in an existing issue, please file a new one. The new issue should include a clear description of the bug and how to reproduce it (including your environment) -* For feature requests: please clearly describe the proposed feature, additional configuration options, and side effects * Please let us know if you plan to work an a ticket. This way we can make sure we avoid redundant work +* For feature requests: feature requests should be directed to our feature request & voting system at arangodb.uservoice.com * Create a fork our repository. You can use GitHub to do this * Clone the fork to your development box and pull the latest changes from the ArangoDB repository. Please make sure to use the appropriate branch: @@ -39,7 +39,8 @@ This will help us reproducing and finding bugs. ## Additional Resources -* [ArangoDB website](http://www.arangodb.org/) -* [ArangoDB on Twitter](http://twitter.com/arangodb) -* [General GitHub documentation](http://help.github.com/) -* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) +* [ArangoDB website](https://www.arangodb.org/) +* [ArangoDB on Twitter](https://twitter.com/arangodb) +* [ArangoDB feature requests](https://uservoice.arangodb.com) +* [General GitHub documentation](https://help.github.com/) +* [GitHub pull request documentation](https://help.github.com/send-pull-requests/)