summaryrefslogtreecommitdiffstats
path: root/external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md b/external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..0e5943a1
--- /dev/null
+++ b/external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
+---
+### Contributor checklist
+<!-- For completed items, change [ ] to [x]. -->
+- [ ] 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)