From 728c3c078ecb564deedaee003f240769304be978 Mon Sep 17 00:00:00 2001 From: Pranav Sharma Date: Thu, 29 Nov 2018 15:37:40 -0800 Subject: [PATCH] Update issue templates (#62) --- .../ISSUE_TEMPLATE/bug-performance-issue.md | 29 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-performance-issue.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-performance-issue.md b/.github/ISSUE_TEMPLATE/bug-performance-issue.md new file mode 100644 index 0000000000..33a0c74a25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-performance-issue.md @@ -0,0 +1,29 @@ +--- +name: Bug/Performance issue +about: Use this template for reporting a bug or a performance issue. + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**System information** +- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): +- ONNX Runtime installed from (source or binary): +- ONNX Runtime version: +- Python version: +- GCC/Compiler version (if compiling from source): +- CUDA/cuDNN version: +- GPU model and memory: + +**To Reproduce** +Describe steps/code to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..a2cb3e16b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Use this template for raising a feature request. + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**System information** +- ONNX Runtime version (you are using): + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.