From cd486bde26eba6f3303c65fc2d5a0a106b128a71 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Wed, 21 Aug 2024 09:40:08 -0400 Subject: [PATCH] Update PR template and OWNERS (#225) * Update PR template Signed-off-by: Jordan Dubrick * Update OWNERS Signed-off-by: Jordan Dubrick --------- Signed-off-by: Jordan Dubrick --- .github/PULL_REQUEST_TEMPLATE.md | 37 +++++++++++++++++++------------- OWNERS | 1 - 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34c731ef..ff84cf06 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,20 @@ -### What does this PR do?: - +# Description of Changes +_Summarize the changes you made as part of this pull request._ -### Which issue(s) this PR fixes: - +# Related Issue(s) +_Link the GitHub/GitLab/JIRA issues that are related to this PR._ -### PR acceptance criteria: -Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints. +# Acceptance Criteria + +_Testing and documentation do not need to be complete in order for this PR to be approved. However, tracking issues must be opened for missing testing/documentation._ - +New testing and documentation issues can be opened under [`devfile/api/issues`](https://github.com/devfile/api/issues). + +You can check the respective criteria below if either of the following is true: +- There is a separate tracking issue opened and that issue is linked in this PR. +- Testing/documentation updates are contained within this PR. + +If criteria is left unchecked please provide an explanation why. - [ ] Unit/Functional tests @@ -37,4 +37,11 @@ Testing and documentation do not need to be complete in order for this PR to be -### 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._ diff --git a/OWNERS b/OWNERS index 24e0d73e..cacdc863 100644 --- a/OWNERS +++ b/OWNERS @@ -1,7 +1,6 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: -- amisevsk - elsony - Jdubrick - michael-valdron