From da5be1cad6785e051a6ca301dfbdf260d570c27c Mon Sep 17 00:00:00 2001 From: "Zongmin.Gu" <59240482+guzongmin@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:48:40 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5ce10966 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: guzongmin + +--- + + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. +2. +3. +4. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Logs** +If applicable, add logs to help explain your problem. + +**Environment (please complete the following information):** +- HW: [e.g. SGX1, SGX2] +- OS: [e.g. Ubuntu18.04, CentOS8.1] + - Occlum version [e.g. 0.16.0] + +**Additional context** +Add any other context about the problem here. + +**Possible Solution/Implementation** +Not obligatory, but suggest a fix/reason for the bug.