summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-08 00:40:25 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-09 22:53:13 -0700
commit72f878e638ea67c4075a50345b264904b2c882d1 (patch)
tree0ae4966ccf987c61d16f4f5cc3e8c5dc5d0a3347 /CONTRIBUTING.md
parenta87f5c60a4552b8be5f7d5f9de3b4cda20ec648a (diff)
downloadgitlab-ce-72f878e638ea67c4075a50345b264904b2c882d1.tar.gz
included more details on searching for issues related to pull request
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 437434793e6..8d0027a92c4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,7 +17,7 @@ Please send a pull request with a tested solution or a pull request with a faili
### Issue tracker guidelines
-**Search** for similar entries before submitting your own, there's a good chance somebody else had the same issue or idea. Show your support with `:+1:` and/or join the discussion.
+**[Search](https://github.com/gitlabhq/gitlabhq/search?q=&ref=cmdform&type=Issues)** for similar entries before submitting your own, there's a good chance somebody else had the same issue or idea. Show your support with `:+1:` and/or join the discussion.
* Only report issues for supported versions according to the [maintenance policy](MAINTENANCE.md)
* Summarize your issue in one sentence (what goes wrong, what did you expect to happen)
@@ -42,6 +42,7 @@ We welcome pull request with improvements to GitLab code and/or documentation. T
1. If you have multiple commits please combine them into one commit by [squashing them](http://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
1. Push the commit to your fork
1. Submit a pull request
+2. [Search for issues](https://github.com/gitlabhq/gitlabhq/search?q=&ref=cmdform&type=Issues) related to your pull request and mention them in the pull request comments
We will accept pull requests if: