From 3cfa3ce595de2689c6173c95941317f2fe5f170d Mon Sep 17 00:00:00 2001 From: Bin Li Date: Wed, 18 Jul 2018 11:36:24 +0800 Subject: [PATCH] mv ISSUE_TEMPLATE.md as default --- .../issue-template.md => ISSUE_TEMPLATE.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/issue-template.md => ISSUE_TEMPLATE.md (64%) diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/ISSUE_TEMPLATE.md similarity index 64% rename from .github/ISSUE_TEMPLATE/issue-template.md rename to ISSUE_TEMPLATE.md index 7900f076..0f89b7b1 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ about: Bug and Feature Report Before you open an issue, please make sure you have tried the following steps: -1. Make sure your ENV is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement.html). +1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement.html). 2. Have you ever read the document for your usage? 3. The form below must be filled. @@ -14,10 +14,11 @@ Before you open an issue, please make sure you have tried the following steps: ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: -- **NDK version(e.g. 15c)**: +- **NDK version(e.g., 15c)**: +- **GCC version(if compiling for host, e.g., 5.4.0)**: - **MACE version (Use the command: git describe --long --tags)**: - **Python version(2.7)**: -- **Bazel version (e.g. 0.13.0)**: +- **Bazel version (e.g., 0.13.0)**: ### Model deploy file (*.yml) ```yaml @@ -28,16 +29,17 @@ Before you open an issue, please make sure you have tried the following steps: A clear and concise description of what the bug is. ### To Reproduce -Steps to reproduce the behavior: +Steps to reproduce the problem: ```bash 1. cd /path/to/mace 2. python tools/converter.py convert --config_file=/path/to/your/model_deployment_file ``` ### Error information / logs +Please include the **full** log and/or traceback here. ```bash LOGs ``` ### Additional context -Add any other context about the problem here. +Add any other context about the problem here, e.g., what you have modified about the code. -- GitLab