Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ not strictly enforced.
Please see the following for additional resources on commit formatting:
https://www.conventionalcommits.org/en/v1.0.0/

> [!NOTE]
> This entire project is documentation. Using the docs tag for all changes is
> not helpful. Please reserve usage of the docs tag for changes to this projects
> documentation, such as the README or CONTRIBUTING documents. If the change is
> adding information it should be treated as a feat, if it is changing incorrect
> information it should be a fix.

## Project structure

This project uses reStructuredText (reST or RST) for generating standard HTML
Expand Down
Loading