Skip to content

Commit b1c950f

Browse files
committed
Eliminates label description
I have left the two most common, however. It's handy there, in the same document, instead of having to click to get the description. Also some small corrections here and there.
1 parent 62d60be commit b1c950f

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -162,17 +162,9 @@ use
162162
[labels when tagging tickets](https://github.com/perl6/doc/labels),
163163
among which these are probably the most common:
164164

165-
* [`site`](https://github.com/perl6/doc/labels/site) - presentation issue with the website (e.g. invalid HTML)
166-
* [`docs`](https://github.com/perl6/doc/labels/docs) - missing or incorrect documentation (use [`NOTSPECCED`](https://github.com/perl6/doc/labels/NOTSPECCED) instead, if this is for a feature present in a compiler, but not in the Perl 6 test suite)
167-
* [`new`](https://github.com/perl6/doc/labels/new) - this is a new doc item that requires fresh text
168-
* [`update`](https://github.com/perl6/doc/labels/update) - this is an existing doc item that requires some analysis or editing
169-
* [`build`](https://github.com/perl6/doc/labels/build) - scripts or libraries that generate the site
170-
* [`search`](https://github.com/perl6/doc/labels/search) - the search component, either for items that are on the site but not searchable, or for search functionality)
171-
172-
Contributors may also specify one of the following tags.
173-
174-
* [`LHF`](https://github.com/perl6/doc/labels/LHF) - as in *low hanging fruit*, for a beginner to work on
175-
* [`big`](https://github.com/perl6/doc/labels/big) - a big issue, requires research or consensus
165+
* [`docs`](https://github.com/perl6/doc/labels/docs) - missing or
166+
incorrect documentation; use [`NOTSPECCED`](https://github.com/perl6/doc/labels/NOTSPECCED) instead, if this is for a feature present in a compiler, but not in the Perl 6 test suite.
167+
* [`search`](https://github.com/perl6/doc/labels/search) - the search component, either for items that are on the site but not searchable, or for search functionality.
176168

177169
If you would like to contribute documentation or other bug fixes, please use
178170
[GitHub's pull requests](https://github.com/perl6/doc/pulls).
@@ -205,18 +197,18 @@ computer. To do this you will need:
205197

206198
You need Perl 6 installed. You can install the Rakudo Perl 6 compiler by
207199
downloading the latest Rakudo Star release from
208-
[rakudo.org/downloads/star/](http://rakudo.org/downloads/star/)
200+
[rakudo.org/downloads/star/](http://rakudo.org/downloads/star/).
209201

210202
#### Zef
211203

212204
[Zef](https://modules.perl6.org/repo/zef) is a Perl 6 module installer. If you
213-
installed Rakudo Star package, it should already be installed. Feel free to
205+
installed Rakudo Star package, it should already be there. Feel free to
214206
use any other module installer for the modules needed (see below).
215207

216208
#### Pod::To::HTML
217209

218210
The program that builds the HTML version of the documentation
219-
(`htmlify.p6`) uses `Pod::To::HTML` to convert Pod structures into HTML.
211+
(`htmlify.p6`) uses `Pod::To::HTML` to convert Pod 6 structures into HTML.
220212
You'll also need `Pod::To::BigPage`. Install these modules like so:
221213

222214
$ zef install Pod::To::HTML Pod::To::BigPage

0 commit comments

Comments
 (0)