Add link to README for issue search (#1275)
This commit is contained in:
parent
3a85ecd0df
commit
27a08cfe37
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ try to follow these guidelines when you do so.
|
||||||
|
|
||||||
## Issue reporting
|
## Issue reporting
|
||||||
|
|
||||||
* Check that the issue has not already been reported.
|
* Check that the [issue has not already been reported][5].
|
||||||
* Check that the issue has not already been fixed in the latest code
|
* Check that the issue has not already been fixed in the latest code
|
||||||
(a.k.a. `master`).
|
(a.k.a. `master`).
|
||||||
* Be clear, concise and precise in your description of the problem.
|
* Be clear, concise and precise in your description of the problem.
|
||||||
|
@ -29,3 +29,4 @@ try to follow these guidelines when you do so.
|
||||||
[2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request
|
[2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request
|
||||||
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
||||||
[4]: https://help.github.com/articles/using-pull-requests
|
[4]: https://help.github.com/articles/using-pull-requests
|
||||||
|
[5]: https://github.com/bbatsov/prelude/issues?q=is:issue
|
||||||
|
|
Loading…
Reference in a new issue