Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.53 KB

File metadata and controls

38 lines (23 loc) · 1.53 KB

Contributing

First of all, thank you for taking the time to contribute!

Contributions are very welcome, do not hesitate to open an issue, a pull request, etc...

Guidelines

  • For features, it's better to create an issue first, in order to get feedback on whether the feature is wanted or not, and to align on the best approach before starting development.
  • Keep pull requests focused—split features into separate PRs.
  • Before submitting a PR, make sure to run just pull to ensure CI passes.
  • You may use AI tools to help write code.

AI Usage

You are allowed to use AI to generate code, but you must fully understand it and ensure it follows the project's existing quality standards and conventions. Generating entire files with AI is not acceptable.

Do not use AI to write the full content of pull requests or issues. You may use it for ideas or partial content, but the final wording should be your own.

These rules exist because AI-generated code is often:

  • suboptimal
  • poorly written
  • hard to maintain

and tends to produce overly verbose markdown that a human could summarize much more clearly.

That said, AI is still a useful tool, so its use is not completely forbidden.

Failure to follow these guidelines may result in your pull request being closed without further explanation.

Translation

Please don't translate the README, or other markdown files, this will not be merged.