gitlabhq/CONTRIBUTING.md

57 lines
2.9 KiB
Markdown
Raw Normal View History

# Contribute to GitLab
2012-12-10 12:15:51 +01:00
If you have a question or want to contribute to GitLab this guide show you the appropriate channel to use.
2012-12-10 12:15:51 +01:00
## Ruling out common errors
2012-12-10 12:15:51 +01:00
Some errors are common and it may so happen, that you are not the only one who stumbled over a particular issue. We have [collected several of those and documented quick solutions](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide) for them.
2012-12-10 12:15:51 +01:00
## Support forum
Please visit our [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq) for any kind of question regarding the usage or adiministration/configuration of GitLab.
2012-09-17 19:42:18 +02:00
### Use the support forum if ...
2012-09-17 19:42:18 +02:00
* You get permission denied errors
* You can't see your repos
* You have issues cloning, pulling or pushing
* You have issues with web_hooks not firing
2012-09-17 19:42:18 +02:00
**Search** for similar issues before posting your own, there's a good chance somebody else had the same issue you have now and had it resolved.
2012-09-17 19:42:18 +02:00
## Paid support
Community support in the [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq) is done by volunteers. Paid support is available from [GitLab.com](http://blog.gitlab.com/services/)
2012-09-17 19:42:18 +02:00
2012-12-20 18:53:23 +01:00
## Feature suggestions
2012-09-17 19:42:18 +02:00
Feature suggestions don't belong in issues but can go to [Feedback forum](http://gitlab.uservoice.com/forums/176466-general) where they can be voted on.
## Pull requests
Code speaks louder than words. If you can please submit a pull request with the fix including tests. Starting point would be the [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide)
## Submitting via GitHub's issue tracker
* For obvious bugs or misbehavior in GitLab in the master branch. Please include the revision id and a reproducible test case.
* For problematic or insufficient documentation. Please include a suggestion to improve it.
If you're unsure where to post, post it to the [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq) first.
There are a lot of helpful GitLab users there who may be able to help you quickly.
If your particular issue turns out to be a bug, it will find its way from there to the [issue tracker on GitHub](https://github.com/gitlabhq/gitlabhq/issues).
### When submitting an issue
**Search** for similar entries before submitting your own, there's a good chance somebody else had the same issue or idea. Show your support with `:+1:` and/or join the discussion.
Please consider the following points when submitting an **issue**:
2012-09-17 19:42:18 +02:00
* Summarize your issue in one sentence (what happened wrong, when you did/expected something else)
* Describe your issue in detail (including steps to reproduce)
* Add logs or screen shots when possible
* Describe your setup (use relevant parts from `sudo -u gitlab -H bundle exec rake gitlab:env:info`)
2012-09-17 19:42:18 +02:00
## Thank you!
2012-09-17 19:42:18 +02:00
By taking the time to use the right channel, you help the development team to organize and prioritize issues and suggestions in order to make GitLab a better product for us all.