From 5f9eb0f50507b7caeec371be8363a7db7d81d707 Mon Sep 17 00:00:00 2001 From: timedout Date: Sun, 28 Dec 2025 01:07:39 +0000 Subject: [PATCH] feat: Add pull request template --- .forgejo/pull_request_template.md | 81 +++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 .forgejo/pull_request_template.md diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md new file mode 100644 index 00000000..3748361c --- /dev/null +++ b/.forgejo/pull_request_template.md @@ -0,0 +1,81 @@ +--- +name: 'New pull request' +about: 'Open a new pull request to contribute to continuwuity' +ref: 'main' +--- + + + +This pull request... + + + + + + + +**Pull request checklist:** + + +- [ ] This pull request targets the `main` branch, and the branch is named something other than + `main`. +- [ ] I have written an appropriate issue title and my description is clear. +- [ ] This pull request has had a human hand in it and is not entirely LLM-generated. +- 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 . + + + +[c1]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md +[c2]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/docs/development/code_style.md +[c1pc]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md#pre-commit-checks +[c1t]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md#running-tests-locally +[c1cm]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md#commit-messages +[n1]: https://towncrier.readthedocs.io/en/stable/tutorial.html#creating-news-fragments