File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,18 @@ available when writing code examples in the documentation.
63
63
64
64
## Adding a new Language document
65
65
66
- We suggest you discuss proposing a new Language document on the #perl6 channel
66
+ We suggest you discuss proposing a new Language document on the #perl6
67
+ channel and/or the [ issues for this repository] ( https://github.com/perl6/doc/issues )
67
68
before you proceed further. After you get consensus on a title, subtitle,
68
69
section, and filename, you can add the document by following these steps:
69
70
70
71
+ create a ** filename.pod6** file in the ** doc/Language** directory and
71
72
ensure it adheres to the conventions in
72
- [ CREATING-NEW-DOCS.md] ( writing-docs/CREATING-NEW-DOCS.md )
73
+ [ CREATING-NEW-DOCS.md] ( writing-docs/CREATING-NEW-DOCS.md ) .
73
74
74
75
+ create an entry for your new document in the Language directory's
75
76
[ 00-POD6-CONTROL] ( doc/Language/00-POD6-CONTROL ) file following
76
- the instructions there
77
+ the instructions there.
77
78
78
79
## Documenting types
79
80
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Iterating FILE: iterating
36
36
Module development utilities FILE: modules-extra
37
37
Module packages FILE: module-packages
38
38
Modules FILE: modules
39
+ Regexes best practices and gotchas FILE: regexes-best-practices
39
40
40
41
section: General reference
41
42
You can’t perform that action at this time.
0 commit comments