From 38f00e30dd7c20b750898e56c882fb18f8427217 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Tue, 20 Aug 2024 16:34:38 -0400 Subject: [PATCH] Update PR template (#133) Signed-off-by: Jordan Dubrick --- .github/PULL_REQUEST_TEMPLATE.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f66266c9..e575af0f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,22 @@ -## What does this PR do / why we need it +# Description of Changes +_Summarize the changes you made as part of this pull request._ -## Which issue(s) does this PR fix - -Fixes #? - -## PR acceptance criteria +# Related Issue(s) +_Link the GitHub/GitLab/JIRA issues that are related to this PR._ +# Acceptance Criteria + - [ ] Unit Tests - [ ] E2E Tests - [ ] Documentation _Update the [sidebar](https://github.com/devfile/devfile-web/tree/main/apps/landing-page#configuring-navigation) if there is a new file added or an existing filename is changed_ -## How to test changes / Special notes to the reviewer +# Tests Performed +_Explain what tests you personally ran to ensure the changes are functioning as expected._ + + +# How To Test +_Instructions for the reviewer on how to test your changes._ + +# Notes To Reviewer +_Any notes you would like to include for the reviewer._