Commit 025e41576e9a394487598cf9a3ce31d0fb7867ef

Authored by Dmitriy Zaporozhets
2 parents a1b76c6c 15143a3b

Merge branch 'header-in-contributing-guide' of /home/git/repositories/gitlab/gitlabhq

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
CONTRIBUTING.md
... ... @@ -2,15 +2,15 @@
2 2  
3 3 This guide details how to use pull requests and the issues to improve GitLab.
4 4  
5   -## Closing deviating issues
  5 +## Closing policy for pull requests and issues
6 6  
7   -Pull requests and issues not in line with the guidelines listed in this document will be closed with just a link to this paragraph. GitLab is popular open source project and the capacity to deal with issues and pull requests is limited. To get support for your problems please use other channels as detailed in [the getting help section of the readme](https://github.com/gitlabhq/gitlabhq#getting-help). [Support subscriptions](http://www.gitlab.com/subscription/) and [consulting services](http://www.gitlab.com/consultancy/) are available from GitLab.com.
  7 +Pull requests and issues not in line with the guidelines listed in this document will be closed with just a link to this paragraph. GitLab is a popular open source project and the capacity to deal with issues and pull requests is limited. To get support for your problems please use other channels as detailed in [the getting help section of the readme](https://github.com/gitlabhq/gitlabhq#getting-help). Professional [support subscriptions](http://www.gitlab.com/subscription/) and [consulting services](http://www.gitlab.com/consultancy/) are available from [GitLab.com](http://www.gitlab.com/).
8 8  
9 9 ## Pull requests
10 10  
11 11 We welcome pull request with improvements to GitLab code and/or documentation. 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) but other improvements are also welcome.
12 12  
13   -## Pull request guidelines
  13 +### Pull request guidelines
14 14  
15 15 If you can please submit a pull request with the fix including tests. The workflow to make a pull request is as follows:
16 16  
... ...