This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new 2567864  Add github issue templates (#476)
2567864 is described below

commit 25678645796ada33af28a74480972bab8fd75887
Author: Mingshen Sun <[email protected]>
AuthorDate: Thu Jan 28 18:38:19 2021 -0800

    Add github issue templates (#476)
---
 .github/ISSUE_TEMPLATE/blank_issue.md     |  4 +++
 .github/ISSUE_TEMPLATE/config.yml         |  6 +++++
 .github/ISSUE_TEMPLATE/feature_request.md | 42 +++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/question.md        | 15 +++++++++++
 .github/ISSUE_TEMPLATE/report_bug.md      | 34 +++++++++++++++++++++++++
 5 files changed, 101 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md 
b/.github/ISSUE_TEMPLATE/blank_issue.md
new file mode 100644
index 0000000..9aef3eb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank_issue.md
@@ -0,0 +1,4 @@
+---
+name: Blank Issue
+about: Create a blank issue.
+---
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..20d8991
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,6 @@
+blank_issues_enabled: true
+contact_links:
+  - name: Security Issue
+    url: https://teaclave.apache.org/community/#reporting-a-vulnerability
+    about: Please report security issues to our private mailing list first
+    before disclosing them in a public forum.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md 
b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..01c306f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,42 @@
+---
+name: Feature Request
+about: Suggest an idea for Teaclave.
+labels: feature
+---
+<!--
+  Thank you for suggesting an idea to make Teaclave better.
+  Please fill in as much of the template below as you're able.
+-->
+
+### Motivation & problem statement
+
+<!--
+  Provide a clear and concise description of what the problem is.
+-->
+
+(Please describe the problem you are trying to solve.)
+
+### Proposed solution
+
+<!--
+  Provide a clear and concise description of what you want to happen.
+-->
+
+(Describe the solution or desired behavior you'd like here.)
+
+### Describe alternatives you've considered
+
+<!--
+  Let us know about other solutions you've tried or researched.
+-->
+
+(Write your answer here.)
+
+### Additional context
+
+<!--
+  Is there anything else you can add about the proposal?
+  You might want to link to related issues here, if you haven't already.
+-->
+
+(Write your answer here.)
diff --git a/.github/ISSUE_TEMPLATE/question.md 
b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644
index 0000000..06af2e0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,15 @@
+---
+name: Question
+about: Ask questions about Teaclave.
+labels: question
+---
+<!--
+  We're glad to anwser any questions related to Teaclave.
+  To help people quickly understand the issue, please also
+  include some background and context of the question.
+
+  We have documented many useful information on the homepage,
+  please check them out first: https://teaclave.apache.org/docs/.
+-->
+
+(Write your question here.)
diff --git a/.github/ISSUE_TEMPLATE/report_bug.md 
b/.github/ISSUE_TEMPLATE/report_bug.md
new file mode 100644
index 0000000..2ae1814
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/report_bug.md
@@ -0,0 +1,34 @@
+---
+name: Bug Report
+about: Create a bug report for Teaclave.
+labels: bug
+---
+<!--
+Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
+along with any information you feel relevant to replicating the bug.
+-->
+
+I tried to build, execute, deploy, and use Teaclave like this:
+
+```
+<code>
+```
+
+I expected to see this happen: *explanation*
+
+Instead, this happened: *explanation*
+
+### Meta
+<!--
+Include logs in the code block by setting `TEACLAV_LOG=debug` in your 
environment.
+E.g. `TEACLAVE_LOG=debug docker-compose -f docker-compose-ubuntu-1804-isgx.yml 
up --build`.
+-->
+<details><summary>Logs of Services</summary>
+<p>
+
+```
+<logs>
+```
+
+</p>
+</details>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to