summaryrefslogtreecommitdiffstats
path: root/external/meta-clang/.github
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-clang/.github')
-rw-r--r--external/meta-clang/.github/CODEOWNERS1
-rw-r--r--external/meta-clang/.github/ISSUE_TEMPLATE/bug_report.md38
-rw-r--r--external/meta-clang/.github/ISSUE_TEMPLATE/custom.md10
-rw-r--r--external/meta-clang/.github/ISSUE_TEMPLATE/feature_request.md20
-rw-r--r--external/meta-clang/.github/PULL_REQUEST_TEMPLATE.md12
5 files changed, 81 insertions, 0 deletions
diff --git a/external/meta-clang/.github/CODEOWNERS b/external/meta-clang/.github/CODEOWNERS
new file mode 100644
index 00000000..815e8321
--- /dev/null
+++ b/external/meta-clang/.github/CODEOWNERS
@@ -0,0 +1 @@
+* @kraj
diff --git a/external/meta-clang/.github/ISSUE_TEMPLATE/bug_report.md b/external/meta-clang/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..dd84ea78
--- /dev/null
+++ b/external/meta-clang/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS]
+ - Browser [e.g. chrome, safari]
+ - Version [e.g. 22]
+
+**Smartphone (please complete the following information):**
+ - Device: [e.g. iPhone6]
+ - OS: [e.g. iOS8.1]
+ - Browser [e.g. stock browser, safari]
+ - Version [e.g. 22]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/external/meta-clang/.github/ISSUE_TEMPLATE/custom.md b/external/meta-clang/.github/ISSUE_TEMPLATE/custom.md
new file mode 100644
index 00000000..48d5f81f
--- /dev/null
+++ b/external/meta-clang/.github/ISSUE_TEMPLATE/custom.md
@@ -0,0 +1,10 @@
+---
+name: Custom issue template
+about: Describe this issue template's purpose here.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+
diff --git a/external/meta-clang/.github/ISSUE_TEMPLATE/feature_request.md b/external/meta-clang/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..bbcbbe7d
--- /dev/null
+++ b/external/meta-clang/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
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)