From 0d4fa7bc97dfbc2b367611f4be54f752384564a5 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 16 Sep 2021 14:58:31 -0400 Subject: Implement PR template to assist review & release This duplicates the template used for buildah. The intention is to make it immediately clear to reviewers: * The intended/basic purpose of the PR (also machine readable) * Why are changes being proposed * If there are any specific items need additional checking or scrutiny * What should go into the release-notes (if anything). Signed-off-by: Chris Evich --- .github/PULL_REQUEST_TEMPLATE.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 568cf7240..f5f0b21be 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,41 @@ + +#### What this PR does / why we need it: + + + +#### How to verify it + + + +#### Which issue(s) this PR fixes: + + + +#### Special notes for your reviewer: -- cgit v1.2.3-54-g00ecf