diff --git a/Good-First-Issues.md b/Good-First-Issues.md index 23bdf5c..69ffa89 100644 --- a/Good-First-Issues.md +++ b/Good-First-Issues.md @@ -20,7 +20,7 @@ To label an issue as a [good first issue][] is it must be: To convert an issue (e.g a [help wanted][] issue) so that it's ready for a new contributor do the following: 1. get familiar with the issue, and some of the associated code/tests/docs -2. make sure the issue template is followed (steps/problem/explanation/notes) so it's clear what is wrong and/or +2. make sure the [issue template](https://raw.githubusercontent.com/sbt/sbt/1.x/ISSUE_TEMPLATE.md) is followed (steps/problem/explanation/notes) so it's clear what is wrong and/or what needs to be different 3. make sure the issue is still valid, e.g the bug is reproducable 4. make sure the purpose/relevance of the issue/change is clear (this helps motivate participation)