Skip to content

Commit 4443105

Browse files
authored
Update CONTRIBUTION.md
1 parent 4fde093 commit 4443105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Your pull requests are welcome; however, they may not be accepted for various re
88

99
### Guidelines for pull requests
1010

11+
0. KISS - Keep It Simple, Stupid.
1112
1. Respect Notepad++ User Manuel style.
1213
2. Create a new branch for each PR.
1314

@@ -25,4 +26,4 @@ Your pull requests are welcome; however, they may not be accepted for various re
2526

2627
## Cross-Links
2728

28-
To properly link from one page in the user-manual docs to another, use the syntax `[link name](../page/)` to link to the top level, or `[link name](../page/#anchor)` to link to an anchor (like a heading) in another document. Note that `page` does _not_ include the `.md` extension. The anchor names are the lower-case version of the section headers, with spaces replaced by hyphens. Thus, from the [Themes](content/docs/themes/) page, link to the [**Preferences > Style Configurator**](content/docs/preferences/#style-configurator) using the syntax `[**Preferences > Style Configurator**](../preferences/#style-configurator)
29+
To properly link from one page in the user-manual docs to another, use the syntax `[link name](../page/)` to link to the top level, or `[link name](../page/#anchor)` to link to an anchor (like a heading) in another document. Note that `page` does _not_ include the `.md` extension. The anchor names are the lower-case version of the section headers, with spaces replaced by hyphens. Thus, from the [Themes](content/docs/themes/) page, link to the [**Preferences > Style Configurator**](content/docs/preferences/#style-configurator) using the syntax `[**Preferences > Style Configurator**](../preferences/#style-configurator)

0 commit comments

Comments
 (0)