From 834185dfc3998704cd7f26cabd155d8cee93d0f6 Mon Sep 17 00:00:00 2001 From: Chris Needham Date: Sun, 21 Apr 2024 21:32:05 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb32f06..9688741 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,8 @@ Contributions are welcomed and encouraged. If you're thinking of fixing a bug or * Please follow the existing coding conventions, and ensure that there are no linting errors (`npm run lint`). The eslint config doesn't specify all our coding conventions, so please try to be consistent. +* Code or documentation contributions produced by generative AI tools are not allowed. + * 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, avoid commit messages that include [Angular-style metadata](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-header). * Please add test cases for your feature, and ensure all tests are passing (`npm run test`).