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 0000000000000000000000000000000000000000..37b1d55be1df782d1f39d6d645c3e16726f1b3d8 --- /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: