summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Färber <01mf02@gmail.com>2024-12-20 10:48:17 +0100
committerGitHub <noreply@github.com>2024-12-20 09:48:17 +0000
commitdf4e6715cf31817878d73286d2d4b1ea1b7afdbb (patch)
tree6265db40fc7907454a608120f0b3a20cfce825e1 /CONTRIBUTING.md
parentdb06dbf9763d6c610d1f7a267597ecdad309048a (diff)
HTML tests (#5594)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dfa836d1..33c5343c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,8 +37,8 @@ Below are some signs of a good PR:
- Adds/changes as little code and as few interfaces as possible. Should changes
to larger-scale abstractions be necessary, these should be discussed
throughout the implementation process.
-- Adds tests if appropriate (with reference images for visual tests). See the
- [testing] readme for more details.
+- Adds tests if appropriate (with reference output for visual/HTML tests). See
+ the [testing] readme for more details.
- Contains documentation comments on all new Rust types.
- Comes with brief documentation for all new Typst definitions
(elements/functions), ideally with a concise example that fits into ~5-10