Skip to content

Commit 2c7cb90

Browse files
committed
add compatibility section to homepage
1 parent e186f13 commit 2c7cb90

File tree

14 files changed

+404
-4
lines changed

14 files changed

+404
-4
lines changed

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ HTML streamed to client
33

44
## Validation
55

6+
### When working on rust code
67
Mandatory formatting (rust): `cargo fmt --all`
7-
88
Mandatory linting: `cargo clippy --all-targets --all-features -- -D warnings`
99

10+
### When working on css or js
1011
Frontend formatting: `npm run format`
1112

1213
More about testing: see [github actions](./.github/workflows/ci.yml).
1314
Project structure: see [contribution guide](./CONTRIBUTING.md)
1415

15-
Don’t reformat unrelated files. Always run tests/lints/format before stopping when you changed code.
16+
NEVER reformat/lint/touch files unrelated to your task. Always run tests/lints/format before stopping when you changed code.
1617

1718
### Testing
1819

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)