Skip to content

Commit a3b1b64

Browse files
committed
Update CONTRIBUTING.md
1 parent 8e65549 commit a3b1b64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Contributions are welcomed and encouraged. If you're thinking of fixing a bug or
2828

2929
* Please follow the existing coding conventions, and ensure that there are no linting errors, using `npm run lint`. The eslint config doesn't specify all our coding conventions, so please try to be consistent.
3030

31+
* Code or documentation contributions produced by generative AI tools are not allowed.
32+
3133
* For commit messages, please follow [these guidelines](https://chris.beams.io/posts/git-commit/), although we're not fussy about use of imperative mood vs past tense. In particular, please don't use [Conventional Commits](https://www.conventionalcommits.org/) style. We may choose to edit your commit messages for consistency when merging.
3234

3335
* Please add test cases for your feature, and ensure all tests are passing, using `npm run test`.

0 commit comments

Comments
 (0)