File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ export const App = {
85
85
<div class="column is-one-quarter">
86
86
<form id="filters" v-if="options.skills.length">
87
87
<label for="skills">
88
- <strong>Skill set</strong><br/>
88
+ <strong>* Skill set</strong><br/>
89
89
Choose up to three skills that you would like to see issues for.
90
- </label>
90
+ </label>
91
91
<VueSelect
92
92
v-model="filters.skills"
93
93
id="skills"
@@ -129,6 +129,14 @@ export const App = {
129
129
</p>
130
130
</div>
131
131
</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
+
132
140
</div>` ,
133
141
components : {
134
142
VueSelect,
You can’t perform that action at this time.
0 commit comments