Skip to content

Commit 8a61a9c

Browse files
committed
Adds back regexes-best-practices closes #2433
1 parent 007bb6a commit 8a61a9c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,18 @@ available when writing code examples in the documentation.
6363

6464
## Adding a new Language document
6565

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)
6768
before you proceed further. After you get consensus on a title, subtitle,
6869
section, and filename, you can add the document by following these steps:
6970

7071
+ create a **filename.pod6** file in the **doc/Language** directory and
7172
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).
7374

7475
+ create an entry for your new document in the Language directory's
7576
[00-POD6-CONTROL](doc/Language/00-POD6-CONTROL) file following
76-
the instructions there
77+
the instructions there.
7778

7879
## Documenting types
7980

doc/Language/00-POD6-CONTROL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Iterating FILE: iterating
3636
Module development utilities FILE: modules-extra
3737
Module packages FILE: module-packages
3838
Modules FILE: modules
39+
Regexes best practices and gotchas FILE: regexes-best-practices
3940

4041
section: General reference
4142

0 commit comments

Comments
 (0)