Skip to content

Commit

Permalink
Update PR template (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed Aug 20, 2024
1 parent 5acdb6e commit 3c16242
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
**Please specify the area for this PR**
# Description of Changes
_Summarize the changes you made as part of this pull request._

**What does does this PR do / why we need it**:
# Related Issue(s)
_Link the GitHub/GitLab/JIRA issues that are related to this PR._

**Which issue(s) this PR fixes**:

Fixes #?

**PR acceptance criteria**:
# Acceptance Criteria
<!-- _Check the relevant boxes below_ -->

### Tests
- [ ] Test Coverage
- Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?

Documentation (WIP)
### Documentation
- [ ] Does the [REST API doc](../index/server/registry-REST-API.adoc) need to be updated with your changes?
- [ ] Does the [registry library doc](../registry-library/README.md) need to be updated with your changes?

**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 3c16242

Please sign in to comment.