Browse Source

[chore] Add AI check in PR template (#2625)

* [chore] Add AI check in PR template

* [chore] Update AI disclaimer sentence
pull/2628/head
Daenney 2 years ago committed by GitHub
parent
commit
9125a51584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/pull_request_template.md

1
.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.

Loading…
Cancel
Save