style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-02-24 16:31:26 +00:00 committed by github-actions[bot]
parent fca3ea5841
commit dc11e0dde9

View file

@ -145,16 +145,16 @@ Whether you've spoken with us or not, we highly recommend opening **Draft Pull R
#### Permissible (and encouraged):
* Using AI as a tutor to help you understand a specific module or issue.
* Using AI to help clean up your code or write clearer PR descriptions.
* Making sure you understand **every line** of code you submit.
* Mentioning in your PR if you used AI to help with a specific section.
- Using AI as a tutor to help you understand a specific module or issue.
- Using AI to help clean up your code or write clearer PR descriptions.
- Making sure you understand **every line** of code you submit.
- Mentioning in your PR if you used AI to help with a specific section.
#### Prohibited (AI Slop):
* **Vibecoding** the entire PR (letting AI write the code without human oversight).
* Submitting code you don't actually understand or haven't tested.
* Ignoring edge cases because the AI didn't suggest them.
- **Vibecoding** the entire PR (letting AI write the code without human oversight).
- Submitting code you don't actually understand or haven't tested.
- Ignoring edge cases because the AI didn't suggest them.
> :warning:: If we can verify that a Pull Request is just unvetted AI/Vibecoded Work, **it will be automatically closed without review.** If you can't explain your code, it doesn't belong in Monochrome.
@ -164,16 +164,15 @@ If we end up closing your Pull Request, please don't feel bad about it! We **rea
There are a lot of reasons why we might close a PR, and most of them have nothing to do with you. It might be because:
* Were already working on the same thing behind the scenes.
* The feature doesn't quite fit where the project is headed right now.
* Were still undecided on how a certain part of the app should work.
* It doesn't quite follow the guidelines we've set here.
- Were already working on the same thing behind the scenes.
- The feature doesn't quite fit where the project is headed right now.
- Were still undecided on how a certain part of the app should work.
- It doesn't quite follow the guidelines we've set here.
In short: we don't hate you, and we aren't trying to be mean. We know how much work goes into a PR, and we're grateful you chose to spend your time on our project. Even if a PR gets closed, we'd still love to have you around the community!
---
## Contributing Workflow
### 1. Create a Branch