Skip to content

Commit

Permalink
Update PR template and OWNERS (#225)
Browse files Browse the repository at this point in the history
* Update PR template

Signed-off-by: Jordan Dubrick <[email protected]>

* Update OWNERS

Signed-off-by: Jordan Dubrick <[email protected]>

---------

Signed-off-by: Jordan Dubrick <[email protected]>
  • Loading branch information
Jdubrick authored Aug 21, 2024
1 parent 7750a90 commit cd486bd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
37 changes: 22 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
### What does this PR do?:
<!-- _Summarize the changes_ -->
# Description of Changes
_Summarize the changes you made as part of this pull request._

### Which issue(s) this PR fixes:
<!-- _Link to github issue(s)_ -->
# 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
<!-- _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._

<!--
- Open new test/doc issues under the [devfile/api](https://github.com/devfile/api/issues) repo
- Check each criteria if:
- There is a separate tracking issue. Add the issue link under the criteria
**or**
- test/doc updates are made as part of this PR
- If unchecked, explain why it's not needed
-->
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
Expand All @@ -37,4 +37,11 @@ Testing and documentation do not need to be complete in order for this PR to be
<!-- _Review scan results from the PR. Fix all MEDIUM and higher findings and/or annotate a finding per gosec instructions: https://github.com/securego/gosec#annotating-code to address why a finding is not a security issue_-->


### 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._
1 change: 0 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- amisevsk
- elsony
- Jdubrick
- michael-valdron
Expand Down

0 comments on commit cd486bd

Please sign in to comment.