From 27a08cfe3762af25471cbbd7733cc66fe43fa2d2 Mon Sep 17 00:00:00 2001 From: Ashton Honnecke Date: Wed, 2 Sep 2020 23:58:17 -0600 Subject: [PATCH] Add link to README for issue search (#1275) --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 695df55..a1f0014 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ try to follow these guidelines when you do so. ## 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 (a.k.a. `master`). * 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 [3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [4]: https://help.github.com/articles/using-pull-requests +[5]: https://github.com/bbatsov/prelude/issues?q=is:issue