Skip to content

Commit 8bbc94b

Browse files
committed
Added disclaimer on the skill filter in the issue finder
1 parent 6e5a486 commit 8bbc94b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

webpack/js/components.js

+10-2
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)