Skip to content

Commit 25f033b

Browse files
committed
Add feature_request operators and question templates
Signed-off-by: Deyu Huang <[email protected]>
1 parent 24a5057 commit 25f033b

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature request
3+
about: Requests for new tf2onnx features
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
Before submitting your request, please review past submissions to ensure that it is not a duplicate of a known feature request.
11+
12+
### Describe the feature request
13+
14+
15+
### Describe scenario use case

.github/ISSUE_TEMPLATE/operators.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Missing Operator
3+
about: Operators that does not currently support in tf2onnx.
4+
title: ''
5+
labels: 'unsupported ops'
6+
assignees: ''
7+
8+
9+
10+
---
11+
# New Operator
12+
13+
### Describe the operator
14+
<!-- Why is this operator necessary? What does it accomplish? -->
15+
16+
### Do you know this operator be constructed using existing ONNX operators?
17+
<!-- If so, why not add it as a function? -->
18+
19+
### Is this operator used by any model currently? Which one?
20+
21+
### Are you willing to contribute it? (Y/N)
22+
23+
### Notes
24+
<!-- Any additional information -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Question
3+
about: Ask a question about the tf2onnx.
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+
- Is this issue related to a specific model?
18+
**Model name**: <!-- *e.g. mnist* -->
19+
20+
**Model opset**: <!-- *e.g. 17* -->
21+
22+
### Notes
23+
<!-- Any additional information, code snippets. -->

0 commit comments

Comments
 (0)