Commit 3392f6c1f0d7810e25a12cefd3a6676ebb227d0e
1 parent
a31fe1a6
Exists in
master
and in
4 other branches
Link to accepting issues on feedback forum.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
CONTRIBUTING.md
... | ... | @@ -19,7 +19,7 @@ Please visit our [Support Forum](https://groups.google.com/forum/#!forum/gitlabh |
19 | 19 | |
20 | 20 | **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. |
21 | 21 | |
22 | -## Paid support | |
22 | +## Support options | |
23 | 23 | |
24 | 24 | Community support in the [Support Forum](https://groups.google.com/forum/#!forum/gitlabhq) is done by volunteers. A support subscription is available from [GitLab.com](http://blog.gitlab.com/subscription/) |
25 | 25 | |
... | ... | @@ -29,6 +29,8 @@ Feature suggestions don't belong in issues but can go to [Feedback forum](http:/ |
29 | 29 | |
30 | 30 | ## Pull requests |
31 | 31 | |
32 | +You can submit a pull request if you have made an improvement to GitLab. The issues we would really like a pull request for are listed with the [status 'accepting merge/pull requests' on our feedback forum](http://feedback.gitlab.com/forums/176466-general/status/796455). | |
33 | + | |
32 | 34 | Code speaks louder than words. If you can please submit a pull request with the fix including tests. The workflow to make a pull request is as follows: |
33 | 35 | |
34 | 36 | 1. Fork the project on GitHub | ... | ... |