Browse Source

Add link to README for issue search (#1275)

custom
Ashton Honnecke 5 years ago
committed by GitHub
parent
commit
27a08cfe37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CONTRIBUTING.md

3
CONTRIBUTING.md

@ -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…
Cancel
Save