Add link to README for issue search (#1275)

This commit is contained in:
Ashton Honnecke 2020-09-02 23:58:17 -06:00 committed by GitHub
parent 3a85ecd0df
commit 27a08cfe37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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