Skip to content

Commit 9d0af09

Browse files
committed
Link to EXAMPLES.md from CONTRIBUTING
1 parent 20b68d2 commit 9d0af09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ in the [#perl6 IRC channel](https://perl6.org/community/irc).
1414

1515
# TABLE OF CONTENTS
1616
- [General principles](#general-principles)
17+
- [Writing code examples](#writing-code-examples)
1718
- [Documenting types](#documenting-types)
1819
- [Writing and Testing Examples](#writing-and-testing-examples)
1920
- [Debug mode](#debug-mode)
@@ -46,6 +47,11 @@ Internet Explorer (Edge), and Safari. Please test layout changes.
4647
Lacking actual browsers to test in, you can use [browsershots.org](http://browsershots.org)
4748
or [browserstack.com](http://browserstack.com). Ensure the layout looks OK on mobile.
4849

50+
## Writing Code Examples
51+
52+
See [EXAMPLES.md](EXAMPLES.md) for detailed information on the options
53+
available when writing code examples in the documentation.
54+
4955
## Documenting types
5056

5157
The POD documentation of types is located in the `doc/Type` directory and

0 commit comments

Comments
 (0)