You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Contributions are welcomed and encouraged. If you're thinking of fixing a bug or
28
28
29
29
* 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.
30
30
31
+
* Code or documentation contributions produced by generative AI tools are not allowed.
32
+
31
33
* 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.
32
34
33
35
* Please add test cases for your feature, and ensure all tests are passing, using `npm run test`.
0 commit comments