We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd31564 commit 9928aa5Copy full SHA for 9928aa5
CONTRIBUTING.md
@@ -11,6 +11,13 @@ not strictly enforced.
11
Please see the following for additional resources on commit formatting:
12
https://www.conventionalcommits.org/en/v1.0.0/
13
14
+> [!NOTE]
15
+> This entire project is documentation. Using the docs tag for all changes is
16
+> not helpful. Please reserve usage of the docs tag for changes to this projects
17
+> documentation, such as the README or CONTRIBUTING documents. If the change is
18
+> adding information it should be treated as a feat, if it is changing incorrect
19
+> information it should be a fix.
20
+
21
## Project structure
22
23
This project uses reStructuredText (reST or RST) for generating standard HTML
0 commit comments