fix(CONTRIBUTING): linting errors

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-17 11:03:51 +05:00
parent e59e6f463c
commit 67101751c8
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -1,6 +1,7 @@
# Contributions Guidelines # Contributions Guidelines
## Restrictions on Generative AI Usage (AI Policy) ## Restrictions on Generative AI Usage (AI Policy)
> [!NOTE] > [!NOTE]
> The following is adapted from [matplotlib's contributing guide](https://matplotlib.org/devdocs/devel/contribute.html#generative-ai) and the [Linux Kernel policy guide](https://www.kernel.org/doc./html/next/process/coding-assistants.html) > The following is adapted from [matplotlib's contributing guide](https://matplotlib.org/devdocs/devel/contribute.html#generative-ai) and the [Linux Kernel policy guide](https://www.kernel.org/doc./html/next/process/coding-assistants.html)
@ -24,12 +25,11 @@ AI agents MUST NOT add Signed-off-by tags. Only humans can legally certify the D
See [Signing your work](#signing-your-work) for more information. See [Signing your work](#signing-your-work) for more information.
### Attribution ### Attribution
When AI tools contribute to development, proper attribution helps track the evolving role of AI in the development process. Contributions should include an Assisted-by tag in the commit message with the following format: When AI tools contribute to development, proper attribution helps track the evolving role of AI in the development process. Contributions should include an Assisted-by tag in the commit message with the following format:
``` ```text
Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2] Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]
``` ```
@ -43,7 +43,7 @@ Basic development tools (git, gcc, make, editors) should not be listed.
Example: Example:
``` ```text
Assisted-by: Claude:claude-3-opus coccinelle sparse Assisted-by: Claude:claude-3-opus coccinelle sparse
``` ```