File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ export const App = {
8585 <div class="column is-one-quarter">
8686 <form id="filters" v-if="options.skills.length">
8787 <label for="skills">
88- <strong>Skill set</strong><br/>
88+ <strong>* Skill set</strong><br/>
8989 Choose up to three skills that you would like to see issues for.
90- </label>
90+ </label>
9191 <VueSelect
9292 v-model="filters.skills"
9393 id="skills"
@@ -129,6 +129,14 @@ export const App = {
129129 </p>
130130 </div>
131131 </div>
132+ <p>
133+ <small>
134+ Not all issues have skills marked on them, especially if they are simple issues that
135+ do not require proficiency in any specific framework or language.Those issues will not
136+ appear when filtering by skill in the <a href="https://opensource.creativecommons.org/contributing-code/issue-finder/">Issue Finder</a>
137+ </small>
138+ </p>
139+
132140</div>` ,
133141 components : {
134142 VueSelect,
You can’t perform that action at this time.
0 commit comments