mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-10 22:38:03 -05:00
docs: add AI section to CONTRIBUTING.md (#703)
This commit is contained in:
@@ -52,7 +52,9 @@ Motion Canvas follows [semantic versioning][semver].
|
||||
```
|
||||
3. Update the code.
|
||||
4. Commit your changes using a **descriptive commit message** that follows the
|
||||
[Angular Commit Message Conventions][commit-format].
|
||||
[Angular Commit Message Conventions][commit-format]. We strongly discourage
|
||||
using AI to generate commit descriptions. If you believe the description is
|
||||
not worth writing then it's probably not necessary.
|
||||
```shell
|
||||
git commit --all
|
||||
```
|
||||
@@ -93,6 +95,12 @@ it. There are a few checks that can fail:
|
||||
git push
|
||||
```
|
||||
|
||||
## Using generative AI
|
||||
|
||||
Using generative AI to help you write code and documentation is allowed, but use
|
||||
it to enhance your work, not replace it. Pull requests that are a mindless copy
|
||||
of the output of an AI model will be rejected.
|
||||
|
||||
## Getting the _Contributor_ Discord role
|
||||
|
||||
After one of your pull requests has been merged, you can receive the
|
||||
|
||||
Reference in New Issue
Block a user