Skip to content

Commit cdd10ec

Browse files
committed
Add PULL_REQUEST_TEMPLATE and CODEOWNERS files
This should help notification and submitters to do right things for a pull request Signed-off-by: Khem Raj <[email protected]>
1 parent f56bd52 commit cdd10ec

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @kraj

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
### Contributor checklist
3+
<!-- For completed items, change [ ] to [x]. -->
4+
- [ ] Changes have been tested
5+
- [ ] `Signed-off-by` is present
6+
- [ ] The PR complies with the [Open Embedded Commit Patch Message Guidelines](http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines)
7+
8+
### Reviewer Guidelines
9+
- When submitting a review, please pick:
10+
- '*Approve*' if this change would be acceptable in the codebase (even if there are minor or cosmetic tweaks that could be improved).
11+
- '*Request Changes*' if this change would not be acceptable in our codebase (e.g. bugs, changes that will make development harder in future, security/performance issues, etc).
12+
- '*Comment*' if you don't feel you have enough information to decide either way (e.g. if you have major questions, or you don't understand the context of the change sufficiently to fully review yourself, but want to make a comment)

0 commit comments

Comments
 (0)