From cdd10ec1479daa2db379d98f3bc0de5b092497ea Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 22 May 2020 15:01:20 -0700 Subject: 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 --- .github/CODEOWNERS | 1 + .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..815e832 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @kraj diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0e5943a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +--- +### Contributor checklist + +- [ ] Changes have been tested +- [ ] `Signed-off-by` is present +- [ ] The PR complies with the [Open Embedded Commit Patch Message Guidelines](http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines) + +### Reviewer Guidelines +- When submitting a review, please pick: + - '*Approve*' if this change would be acceptable in the codebase (even if there are minor or cosmetic tweaks that could be improved). + - '*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). + - '*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) -- cgit v1.2.3-54-g00ecf