mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-26 20:40:44 +00:00
docs: add AI contribution guidelines (#2013)
This commit is contained in:
parent
bce6604379
commit
9836f0760d
@ -6,6 +6,23 @@ If your contribution is not straightforward, please first discuss the change you
|
|||||||
creating a new issue before making the change, or starting a discussion on
|
creating a new issue before making the change, or starting a discussion on
|
||||||
[discord](https://discord.gg/pMCEU9hNEj).
|
[discord](https://discord.gg/pMCEU9hNEj).
|
||||||
|
|
||||||
|
## AI Generated Content
|
||||||
|
|
||||||
|
We welcome high quality PRs, whether they are human generated or made with the assistance of AI
|
||||||
|
tools, but we ask that you follow these guidelines:
|
||||||
|
|
||||||
|
- **Attribution**: Tell us about your use of AI tools, don't make us guess whether you're using it.
|
||||||
|
- **Review**: Make sure you review every line of AI generated content for correctness and relevance.
|
||||||
|
- **Quality**: AI-generated content should meet the same quality standards as human-written content.
|
||||||
|
- **Quantity**: Avoid submitting large amounts of AI generated content in a single PR. Remember that
|
||||||
|
quality is usually more important than quantity.
|
||||||
|
- **License**: Ensure that the AI-generated content is compatible with Ratatui's
|
||||||
|
[License](./LICENSE).
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Remember that AI tools can assist in generating content, but you are responsible for the final
|
||||||
|
> quality and accuracy of the contributions and communicating about it.
|
||||||
|
|
||||||
## Reporting issues
|
## Reporting issues
|
||||||
|
|
||||||
Before reporting an issue on the [issue tracker](https://github.com/ratatui/ratatui/issues),
|
Before reporting an issue on the [issue tracker](https://github.com/ratatui/ratatui/issues),
|
||||||
|
@ -113,7 +113,8 @@ There is also a [Matrix](https://matrix.org/) bridge available at
|
|||||||
We rely on GitHub for [bugs][Report a bug] and [feature requests][Request a Feature].
|
We rely on GitHub for [bugs][Report a bug] and [feature requests][Request a Feature].
|
||||||
|
|
||||||
Please make sure you read the [contributing](./CONTRIBUTING.md) guidelines before [creating a pull
|
Please make sure you read the [contributing](./CONTRIBUTING.md) guidelines before [creating a pull
|
||||||
request][Create a Pull Request].
|
request][Create a Pull Request]. We accept AI generated code, but please read the [AI Contributions]
|
||||||
|
guidelines to ensure compliance.
|
||||||
|
|
||||||
If you'd like to show your support, you can add the Ratatui badge to your project's README:
|
If you'd like to show your support, you can add the Ratatui badge to your project's README:
|
||||||
|
|
||||||
@ -152,6 +153,7 @@ This project is licensed under the [MIT License][License].
|
|||||||
[Request a Feature]: https://github.com/ratatui/ratatui/issues/new?labels=enhancement&projects=&template=feature_request.md
|
[Request a Feature]: https://github.com/ratatui/ratatui/issues/new?labels=enhancement&projects=&template=feature_request.md
|
||||||
[Create a Pull Request]: https://github.com/ratatui/ratatui/compare
|
[Create a Pull Request]: https://github.com/ratatui/ratatui/compare
|
||||||
[Contributing]: https://github.com/ratatui/ratatui/blob/main/CONTRIBUTING.md
|
[Contributing]: https://github.com/ratatui/ratatui/blob/main/CONTRIBUTING.md
|
||||||
|
[AI Contributions]: https://github.com/ratatui/ratatui/blob/main/CONTRIBUTING.md#ai-generated-content
|
||||||
[Crate]: https://crates.io/crates/ratatui
|
[Crate]: https://crates.io/crates/ratatui
|
||||||
[tui-rs]: https://crates.io/crates/tui
|
[tui-rs]: https://crates.io/crates/tui
|
||||||
[Sponsors]: https://github.com/sponsors/ratatui
|
[Sponsors]: https://github.com/sponsors/ratatui
|
||||||
|
Loading…
x
Reference in New Issue
Block a user