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.
2 parents 6b02d3c + 03cc9ab commit e154590Copy full SHA for e154590
AGENTS.md
@@ -0,0 +1,16 @@
1
+# AGENTS instructions
2
+
3
+## Formatting
4
5
+- Run `gofmt -w` and `gofumpt -w` on any modified Go files.
6
+- Run `cargo fmt` on any modified Rust files.
7
+- Run `prettier -w` on any modified Markdown files.
8
9
+## Testing
10
11
+- Use `golangci-lint run ./... --fix` before running `make test` and make sure that all lint issues are fixed before running tests.
12
+- When Go or Rust code is changed, run `make test` before committing.
13
14
+## PR message
15
16
+- Summarize the changes and mention any test commands that were executed.
0 commit comments