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