Skip to content

Commit 133254d

Browse files
committed
CONTRIBUTING: add instructions about how to run and bless tests
1 parent 5b69698 commit 133254d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Contributing
22

3+
## Testing
4+
5+
Test can be run via `cargo test --release`.
6+
For UI tests, they can be blessed (updated) with `BLESS=1 cargo test --release`.
7+
8+
## Guidelines
9+
310
There is currently no specific guidelines for contributing to klint.
411
However, you should in general follow the guidelines to contribute to the Linux kernel and the Rust language.
512

6-
## Generated Contents
13+
### Generated Contents
714

815
There is no ban on using langauge models to assist development, but doing so should follow [generated content guideline](https://www.kernel.org/doc/html/next/process/generated-content.html) in the kernel.
916
Pull requests that are fully or mainly generated by AI is not welcome and will be closed in line with [burdensome PR policy](https://github.com/rust-lang/compiler-team/issues/893) of the Rust compiler.

0 commit comments

Comments
 (0)