summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-10-02 23:17:53 -0400
committerPete Johanson <peter@peterjohanson.com>2020-10-02 23:17:53 -0400
commitdfb4f1277d66b58de5473c46ed04cf3d7c102b30 (patch)
tree46c2276d2eac4cb021ccc5b1a87562fac09a27a9 /docs
parente2ce9c34b55fd4e77e88f7c79ede3e4b9c8ac409 (diff)
fix(docs): Proper emphasis of MUST NOT.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-clean-room.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/dev-clean-room.md b/docs/docs/dev-clean-room.md
index c11171c..2f301ec 100644
--- a/docs/docs/dev-clean-room.md
+++ b/docs/docs/dev-clean-room.md
@@ -6,7 +6,7 @@ sidebar_label: Clean Room
:::warning
-Anyone wanting to contribute code to ZMK _must_ read this, and adhere to the steps outlines in order to not violate any licenses/copyright of other projects
+Anyone wanting to contribute code to ZMK _MUST_ read this, and adhere to the steps outlines in order to not violate any licenses/copyright of other projects
:::
@@ -22,8 +22,8 @@ or duplicating any of the GPL code found in those other projects, even though th
Contributors to ZMK must adhere to the following standard.
-- Implementations of features for ZMK _MUST_ not reuse any existing code from any projects not licensed with the MIT license.
-- Contributors _MUST_ not study or refer to any GPL licensed source code while working on ZMK.
+- Implementations of features for ZMK _MUST NOT_ reuse any existing code from any projects not licensed with the MIT license.
+- Contributors _MUST NOT_ study or refer to any GPL licensed source code while working on ZMK.
- Contributors _MAY_ read the documentation from other GPL licensed projects, to gain a broad understanding of the behavior of certain features in order to implement equivalent features for ZMK.
- Contributors _MAY_ refer to the [QMK Configurator](https://config.qmk.fm/) to inspect existing layouts/keymaps for
keyboards, and re-implement them for ZMK.