gitlabhq/CONTRIBUTING.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2012-12-20 18:53:23 +01:00
# Contact & support
2012-12-10 12:15:51 +01:00
2012-12-20 18:53:23 +01:00
If you want quick help, head over to our [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq).
Otherwise you can follow our [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide) for a more systematic and thorough guide to solving your issues.
2012-12-10 12:15:51 +01:00
2012-12-20 18:53:23 +01:00
# Contribute to GitLab
2012-09-17 19:42:18 +02:00
2012-12-20 18:53:23 +01:00
## Recipes
2012-09-17 19:42:18 +02:00
2012-12-20 18:53:23 +01:00
We collect user submitted installation scripts and config file templates for platforms we don't support officially.
We believe there is merit in allowing a certain amount of diversity.
You can get and submit your solution to running/configuring GitLab with your favorite OS/distro, database, web server, cloud hoster, configuration management tool, etc.
2012-09-17 19:42:18 +02:00
2012-12-20 18:53:23 +01:00
Help us improve the collection of [GitLab Recipes](https://github.com/gitlabhq/gitlab-recipes/)
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
2012-12-20 18:53:23 +01:00
Follow the [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide) and support other peoples ideas or propose your own.
2012-09-17 19:42:18 +02:00
2012-12-20 18:53:23 +01:00
## Code
2012-09-17 19:42:18 +02:00
2012-12-20 18:53:23 +01:00
Follow our [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide) to set you up for hacking on GitLab.