mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Added AI Policy to README (#489)
Addresses #479, and adds a section for an AI policy based on what is outlined by @niklasmohrin in that issue. The AI Policy is located below the "Development" section.
This commit is contained in:
parent
51593d27eb
commit
df5113ddaa
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -86,6 +86,17 @@ To run lints:
|
|||
$ cargo clean && cargo clippy
|
||||
|
||||
|
||||
### AI Policy
|
||||
|
||||
Using AI is generally discouraged. However, if it is used as part of a contribution, the contributor MUST:
|
||||
|
||||
1. Clearly mark what parts (if any) of a contribution were created with the help of AI tools. This includes issue and pull request comments.
|
||||
2. Check all output of AI tools before sharing it with others in the tealdeer project.
|
||||
3. Not post slop, spam, or low quality contributions. This includes pull request descriptions and comments with excessive text and markdown flair.
|
||||
4. Leave small or easy tasks to new contributors who want to learn without the use of AI. This is to maintain the presence of the `good-first-issue` tag.
|
||||
5. Be respectful of everyone's time: *maintainers and other contributors will be reviewing your PRs.*
|
||||
|
||||
|
||||
## MSRV (Minimally Supported Rust Version)
|
||||
|
||||
When publishing a tealdeer release, the Rust version required to build it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue