Merge branch 'main' of github.com:monochrome-music/monochrome
This commit is contained in:
commit
4457895885
1 changed files with 11 additions and 12 deletions
|
|
@ -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:
|
||||
|
||||
* We’re already working on the same thing behind the scenes.
|
||||
* The feature doesn't quite fit where the project is headed right now.
|
||||
* We’re still undecided on how a certain part of the app should work.
|
||||
* It doesn't quite follow the guidelines we've set here.
|
||||
- We’re already working on the same thing behind the scenes.
|
||||
- The feature doesn't quite fit where the project is headed right now.
|
||||
- We’re 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue