From d568a94103d547887ed320a4a4a09b840b7baaea Mon Sep 17 00:00:00 2001 From: platex-rehor-bot Date: Wed, 29 Apr 2026 13:59:30 +0200 Subject: [PATCH] docs: add standardized Backend PR template RHCLOUD-46992 Add .github/pull_request_template.md with the standardized Backend PR template covering description, test instructions, reviewer notes, checklist, and AI disclosure sections. Co-Authored-By: Claude Opus 4.6 --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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..c77a5e7d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +### Description + + +[RHCLOUD-XXXXX](https://issues.redhat.com/browse/RHCLOUD-XXXXX) + +--- + +### How to test locally + + + +--- + +### Anything reviewers should know? + + +--- + +### Checklist +- [ ] Tests: new/updated tests cover the change +- [ ] API: spec updated if endpoints changed (or N/A) +- [ ] Migrations: backwards compatible if schema changed (or N/A) +- [ ] Dependencies: no known impact to dependent services +- [ ] Security: reviewed against [secure coding checklist](https://github.com/RedHatInsights/secure-coding-checklist) (or N/A) + +### AI disclosure +