Skip to content

Commit 030a7d2

Browse files
jcwchenvinitra
andauthored
Enable GitHub issue templates (#198)
* move template from onnx * Delete feature_request.md * Remove converted and ask for model upload * Add reminder in bug.md * Update .github/ISSUE_TEMPLATE/question.md Co-authored-by: Vinitra Swamy <vinitras@gmail.com> * Update .github/ISSUE_TEMPLATE/bug.md Co-authored-by: Vinitra Swamy <vinitras@gmail.com> * Update question.md Co-authored-by: Vinitra Swamy <vinitras@gmail.com>
1 parent 74052ec commit 030a7d2

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help improve the ONNX.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
# Bug Report
10+
If the model conversion is failing for a **tutorial** in this repo, report the bug here. However, if the bug is related to general model conversion, please go to the appropriate converter repo.
11+
12+
### Describe the bug
13+
Please describe the bug clearly and concisely.
14+
15+
### System information
16+
- OS Platform and Distribution (*e.g. Linux Ubuntu 16.04*):
17+
- ONNX version (*e.g. 1.7*):
18+
- Python version:
19+
- GCC/Compiler version (if compiling from source):
20+
- CMake version:
21+
- Protobuf version:
22+
- Visual Studio version (if applicable):
23+
24+
25+
### Reproduction instructions
26+
- Describe the code to reproduce the behavior.
27+
```
28+
import onnx
29+
model = onnx.load('model.onnx')
30+
...
31+
```
32+
- Attach the ONNX model to the issue (where applicable)
33+
34+
### Expected behavior
35+
A clear and concise description of what you expected to happen.
36+
37+
### Notes
38+
39+
Any additional information

.github/ISSUE_TEMPLATE/question.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Question
3+
about: Ask a question about the ONNX.
4+
title: ''
5+
labels: 'question'
6+
assignees: ''
7+
8+
9+
10+
---
11+
# Ask a Question
12+
13+
### Question
14+
Explain your question here.
15+
16+
### Further information
17+
- Relevant Area (*e.g. model usage, best practices, shape_inference, version_converter, training, test*):
18+
19+
- Is this issue related to a specific model?
20+
**Model name** (*e.g. mnist*):
21+
**Model opset** (*e.g. 7*):
22+
Please upload the model and provide the link if possible.
23+
24+
### Notes
25+
Any additional information, code snippets.

0 commit comments

Comments
 (0)