From 5e7bc590d2c86544d3d2c80c006f0073b8fefd5a Mon Sep 17 00:00:00 2001 From: timedout Date: Sun, 28 Dec 2025 17:01:35 +0000 Subject: [PATCH] chore: Apply suggestions --- .forgejo/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index f414ac32..cd13ca4a 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md @@ -38,14 +38,14 @@ If you aren't sure about some, feel free to ask for clarification in #dev:contin - [ ] This pull request targets the `main` branch, and the branch is named something other than `main`. - [ ] I have written an appropriate pull request title and my description is clear. -- [ ] This pull request has had a human hand in it and is not entirely LLM-generated. +- [ ] I understand I am responsible for the contents of this pull request. - I have followed the [contributing guidelines][c1]: - [ ] My contribution follows the [code style][c2], if applicable. - [ ] I ran [pre-commit checks][c1pc] before opening/drafting this pull request. - [ ] I have [tested my contribution][c1t] (or proof-read it for documentation-only changes) myself, if applicable. This includes ensuring code compiles. - [ ] My commit messages follow the [commit message format][c1cm] and are descriptive. - - [ ] I have written a [news fragment][n1] for this PR. + - [ ] I have written a [news fragment][n1] for this PR, if applicable.