summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-03-31 13:48:49 +0200
committerSytse Sijbrandij <sytse@dosire.com>2013-03-31 13:48:49 +0200
commit15143a3b7b1c36d03da5ae462e0cf3e8bcdd97f1 (patch)
treeefb940fc9f01c26372564f8642931cee2b29a601 /CONTRIBUTING.md
parentea7e1636601a38078ff3b8e5246199bc471c0442 (diff)
downloadgitlab-ce-15143a3b7b1c36d03da5ae462e0cf3e8bcdd97f1.tar.gz
Improve header and wording.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f9263aa6f04..f322a81ca5a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,15 +2,15 @@
This guide details how to use pull requests and the issues to improve GitLab.
-## Closing deviating issues
+## Closing policy for pull requests and issues
-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.
+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/).
## Pull requests
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.
-## Pull request guidelines
+### Pull request guidelines
If you can please submit a pull request with the fix including tests. The workflow to make a pull request is as follows: