From 9125a5158415e1d6096a7e124473d2368ccfa30c Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 10 Feb 2024 15:11:48 +0100 Subject: [PATCH] [chore] Add AI check in PR template (#2625) * [chore] Add AI check in PR template * [chore] Update AI disclaimer sentence --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 10ecf8e4a..b6a399dae 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,6 +17,7 @@ If this is a documentation change, only the first checkbox must be filled (you c - [ ] I/we have read the [GoToSocial contribution guidelines](https://github.com/superseriousbusiness/gotosocial/blob/main/CONTRIBUTING.md). - [ ] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat. +- [ ] I/we have not leveraged AI to create the proposed changes. - [ ] I/we have performed a self-review of added code. - [ ] I/we have written code that is legible and maintainable by others. - [ ] I/we have commented the added code, particularly in hard-to-understand areas.