From 328b203817040607a8c497775bb2feda92798b14 Mon Sep 17 00:00:00 2001 From: "Zongmin.Gu" <59240482+guzongmin@users.noreply.github.com> Date: Mon, 2 Nov 2020 18:53:47 +0800 Subject: [PATCH] Update the bug report template with comments --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5ce10966..53257474 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,29 +8,30 @@ assignees: guzongmin --- -**Describe the bug** +# Describe the bug A clear and concise description of what the bug is. -**To Reproduce** +# To reproduce Steps to reproduce the behavior: 1. 2. 3. 4. -**Expected behavior** +# Expected behavior A clear and concise description of what you expected to happen. -**Logs** +# Logs If applicable, add logs to help explain your problem. -**Environment (please complete the following information):** +# Environment + - HW: [e.g. SGX1, SGX2] - OS: [e.g. Ubuntu18.04, CentOS8.1] - - Occlum version [e.g. 0.16.0] +- Occlum version: [e.g. 0.17.0] -**Additional context** +# Additional context Add any other context about the problem here. -**Possible Solution/Implementation** +# Possible solution/Implementation Not obligatory, but suggest a fix/reason for the bug.