Skip to content

Commit

Permalink
Update PR template (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick authored Aug 20, 2024
1 parent 464fff4 commit 37b0a89
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## What does this PR do?
# Description of Changes
_Summarize the changes you made as part of this pull request._

<!-- _Summarize the changes_ -->
# Related Issue(s)
_Link the GitHub/GitLab/JIRA issues that are related to this PR._

### Which issue(s) does this PR fix

<!-- _Link to github issue(s)_ -->

### 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.
# Acceptance Criteria
<!-- _Check the relevant boxes below_ -->
_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._

- [ ] Unit/Functional tests

Expand All @@ -18,4 +16,12 @@ Testing and documentation do not need to be complete in order for this PR to be

<!-- _This includes product docs and READMEs._ -->

### 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._

0 comments on commit 37b0a89

Please sign in to comment.