From d4ef7bcba5caba78c711396620abe12a31fe0f28 Mon Sep 17 00:00:00 2001 From: Chris Needham Date: Sun, 21 Apr 2024 21:31:19 +0900 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d16956b..0b62450 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,8 @@ We may not always be able to respond immediately to feedback, so please bear wit * Please follow the existing coding conventions. +* 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, please don't use [Conventional Commits](https://www.conventionalcommits.org/) style. We may choose to edit your commit messages for consistency when merging. * Please add test cases for your feature, and ensure all tests are passing (`make test`).