From bf9f76bbd5b8d49dabda74f1c3de5120ea5db698 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 31 May 2026 21:04:33 +0200 Subject: [PATCH] docs: add PR template --- .github/pull_request_template.md | 12 ++++++++++++ .github/workflows/pr-quality.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..1964ca9f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## What does this PR do? + +## Screenshots + +## AI Usage + +## Contributing Guidelines + +Have you read the [Contributing Guidelines](https://github.com/pocket-id/pocket-id/blob/main/CONTRIBUTING.md)? + +- [ ] If I'm implementing a new feature, I have opened an issue first, or commented on an existing one, to discuss the implementation details. +- [ ] I have read the [AI Usage Guidelines](https://github.com/pocket-id/pocket-id/blob/main/CONTRIBUTING.md#ai-usage-policy). diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index 545f6d81..97b38187 100644 --- a/.github/workflows/pr-quality.yml +++ b/.github/workflows/pr-quality.yml @@ -42,7 +42,7 @@ jobs: # PR Template Checks require-pr-template: true - strict-pr-template-sections: "" + strict-pr-template-sections: "Contributing Guidelines" optional-pr-template-sections: "Issues" max-additional-pr-template-sections: 3