1
0
Fork 0

updated contributing

This commit is contained in:
Jan Steemann 2013-02-06 15:04:28 +01:00
parent 74c37726d2
commit 537e79a6db
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ Please follow these guidelines if you want to contribute to ArangoDB:
* When finished, push the changes to your GitHub repository and send a pull request from your fork to the ArangoDB repository. Please make sure to select the appropriate branches there * When finished, push the changes to your GitHub repository and send a pull request from your fork to the ArangoDB repository. Please make sure to select the appropriate branches there
* You must use the Apache License for your changes * You must use the Apache License for your changes
## Reporting Bugs
When reporting bugs, please use our issue tracker on GitHub.
Please make sure to include to include the version number of ArangoDB in your bug report, along with the platform you are using (e.g. `Linux OpenSuSE x86_64`).
Please also include the ArangoDB startup mode (daemon, console, supervisor mode) plus any special configuration.
This will help us reproducing and finding bugs.
## Additional Resources ## Additional Resources
* [ArangoDB website](http://www.arangodb.org/) * [ArangoDB website](http://www.arangodb.org/)