You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,12 +174,14 @@ Report issues at https://github.com/perl6/doc/issues. You can use the
174
174
following labels when tagging tickets:
175
175
176
176
* site - presentation issue with the website (e.g. invalid HTML)
177
-
* docs - missing or incorrect documentation
177
+
* docs - missing or incorrect documentation (use 'UNSPECCED' instead, if this is for a feature present in a compiler, but not in the Perl 6 test suite)
178
178
* build - scripts or libraries that generate the site
179
-
* search - the search component
179
+
* search - the search component, either for items that are on the site but not searchable, or for search functionality)
180
+
181
+
Contributes may also specify one of the following tags.
180
182
181
183
* LHF - for a beginner to work on
182
-
* big - a big issue, may require some research
184
+
* big - a big issue, requires research or consensus
0 commit comments