Skip to content

Commit b537a89

Browse files
committedMar 1, 2025·
Mention djhtml in contributing section of the README
1 parent 3b3e7b8 commit b537a89

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ admin interface, go back to the main interface. You're now logged in.
7979

8080
## Contributing
8181

82-
Code formatting and linting is done using [`ruff`] and [`biome`]. You can run
83-
formatting using `make format`. Linting can be done using `make lint` and
84-
automatic fixing of linting errors can be done using `make lint-fix` or `make
85-
lint-fix-unsafe` (unsafe fixes can slightly change program behaviour, but often
86-
the fixed behaviour is the one you intended). You can also run both `make
87-
format` and `make lint-fix-unsafe` together by using `make fix`. CI
82+
Code formatting and linting is done using [`ruff`], [`biome`], and [`djhtml`].
83+
You can run formatting using `make format`. Linting can be done using `make
84+
lint` and automatic fixing of linting errors can be done using `make lint-fix`
85+
or `make lint-fix-unsafe` (unsafe fixes can slightly change program behaviour,
86+
but often the fixed behaviour is the one you intended). You can also run both
87+
`make format` and `make lint-fix-unsafe` together by using `make fix`. CI
8888
automatically checks that you adhere to these coding standards.
8989

9090
You can install the git pre-commit hook to help you adhere to the codestyle:
@@ -95,6 +95,7 @@ ln -s ../../tools/githook/pre-commit .git/hooks/
9595

9696
[`ruff`]: https://docs.astral.sh/ruff/
9797
[`biome`]: https://biomejs.dev/
98+
[`djhtml`]: https://github.com/rtts/djhtml
9899

99100
### Discord
100101

0 commit comments

Comments
 (0)
Please sign in to comment.