From 8eef971fdd604b312453f218d15abf91c24441a2 Mon Sep 17 00:00:00 2001 From: Chuansheng Lu Date: Mon, 18 Mar 2019 14:00:37 +0800 Subject: [PATCH] [Misc] Add bug report template for Dragonwell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewers: 三红, 梁希, 芳玺, 麦庶 Reviewed By: 三红, 梁希, 芳玺, 麦庶 Differential Revision: https://aone.alibaba-inc.com/code/D854033 --- .../alibaba-dragonwell-bug-report.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/alibaba-dragonwell-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/alibaba-dragonwell-bug-report.md b/.github/ISSUE_TEMPLATE/alibaba-dragonwell-bug-report.md new file mode 100644 index 0000000..37b1d55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/alibaba-dragonwell-bug-report.md @@ -0,0 +1,33 @@ +--- +name: Alibaba Dragonwell bug report +about: Create a report to help us improve +title: "[Bug] A new bug" +labels: '' +assignees: '' + +--- + +**Description** +A clear and concise description of what the bug is. + +**Steps to Reproduce** +Steps to reproduce the behavior: +1. Save below snippet '...' +2. Compile it with javac '....' +3. Execute with VM options '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**JDK version** +The output of `java -version` command + +**Execution environment** + - OS and version: + - CPU model: + - Number of CPU cores: + - Size of physical memory: + - Inside Linux container? + - Linux container name (docker, pouch, etc): + - Linux container version: -- GitLab