diff options
author | 2024-02-10 15:11:48 +0100 | |
---|---|---|
committer | 2024-02-10 15:11:48 +0100 | |
commit | 9125a5158415e1d6096a7e124473d2368ccfa30c (patch) | |
tree | fb016c7bc2a3770977865930f5c5c640a7261f34 | |
parent | [docs] Mounting config file in container (#2622) (diff) | |
download | gotosocial-9125a5158415e1d6096a7e124473d2368ccfa30c.tar.xz |
[chore] Add AI check in PR template (#2625)
* [chore] Add AI check in PR template
* [chore] Update AI disclaimer sentence
-rw-r--r-- | .github/pull_request_template.md | 1 |
1 files changed, 1 insertions, 0 deletions
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. |