Commit a403823211dfaa1bdc7b6d82adbdd864b399a278
Exists in
master
and in
4 other branches
Merge pull request #3879 from bbodenmiller/patch-4
included more details on searching for issues related to pull request
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
CONTRIBUTING.md
... | ... | @@ -17,7 +17,7 @@ Please send a pull request with a tested solution or a pull request with a faili |
17 | 17 | |
18 | 18 | ### Issue tracker guidelines |
19 | 19 | |
20 | -**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. | |
20 | +**[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. | |
21 | 21 | |
22 | 22 | * Only report issues for supported versions according to the [maintenance policy](MAINTENANCE.md) |
23 | 23 | * 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 |
42 | 42 | 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) |
43 | 43 | 1. Push the commit to your fork |
44 | 44 | 1. Submit a pull request |
45 | +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 | |
45 | 46 | |
46 | 47 | We will accept pull requests if: |
47 | 48 | ... | ... |