CONTRIBUTING.md 1.1 KB
Newer Older
R
Riyad Preukschas 已提交
1
# Contact & support
K
Koen Punt 已提交
2

R
Riyad Preukschas 已提交
3 4
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.
K
Koen Punt 已提交
5 6 7



R
Riyad Preukschas 已提交
8
# Contribute to GitLab
9

R
Riyad Preukschas 已提交
10
## Recipes
11

R
Riyad Preukschas 已提交
12 13 14
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.
15

R
Riyad Preukschas 已提交
16
Help us improve the collection of [GitLab Recipes](https://github.com/gitlabhq/gitlab-recipes/)
17 18


R
Riyad Preukschas 已提交
19
## Feature suggestions
20

R
Riyad Preukschas 已提交
21
Follow the [Issue Submission Guide](https://github.com/gitlabhq/gitlabhq/wiki/Issue-Submission-Guide) and support other peoples ideas or propose your own.
22 23


R
Riyad Preukschas 已提交
24
## Code
25

R
Riyad Preukschas 已提交
26
Follow our [Developer Guide](https://github.com/gitlabhq/gitlabhq/wiki/Developer-Guide) to set you up for hacking on GitLab.