Skip to content

Commit 69b766d

Browse files
authored
chore: Update issue templates
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 6cee04d commit 69b766d

File tree

5 files changed

+83
-2
lines changed

5 files changed

+83
-2
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "✨ Feature request"
3+
about: Suggest an idea for this project
4+
title: "✨[Feature] An idea about a new feature in TRTorch"
5+
labels: enhancement
6+
assignees: narendasan
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
12+
13+
**Describe the solution you'd like**
14+
<!--A clear and concise description of what you want to happen.-->
15+
16+
**Describe alternatives you've considered**
17+
<!--A clear and concise description of any alternative solutions or features you've considered.-->
18+
19+
**Additional context**
20+
<!--Add any other context or screenshots about the feature request here.-->
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: "❓ Question"
3+
about: Ask a question about using TRTorch
4+
title: "❓ [Question] How do you ....? "
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
## ❓ Question
11+
12+
<!-- Your question -->
13+
14+
## What you have already tried
15+
16+
<!-- A clear and concise description of what you have already done. -->
17+
18+
## Environment
19+
20+
> Build information about the TRTorch compiler can be found by turning on debug messages
21+
22+
- PyTorch Version (e.g., 1.0):
23+
- CPU Architecture:
24+
- OS (e.g., Linux):
25+
- How you installed PyTorch (`conda`, `pip`, `libtorch`, source):
26+
- Build command you used (if compiling from source):
27+
- Are you using local sources or building from archives:
28+
- Python version:
29+
- CUDA version:
30+
- GPU models and configuration:
31+
- Any other relevant information:
32+
33+
## Additional context
34+
35+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
name: "\U0001F41B Bug Report"
33
about: Submit a bug report on an issue encountered with TRTorch
4+
title: "\U0001F41B [Bug] Encountered bug when using TRTorch"
5+
labels: bug
6+
assignees: ''
47

58
---
69

7-
## 🐛 Bug
10+
## Bug Description
811

912
<!-- A clear and concise description of what the bug is. -->
1013

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/op-converter-request.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
name: "\U00002194 Op Converter Request"
2+
name: " Op Converter Request"
33
about: Submit a proposal/request to support a new PyTorch operator in TRTorch
4+
title: "↔ [Converter] Add support for my_op in TRTorch"
5+
labels: 'component: converters, enhancement'
6+
assignees: ''
47

58
---
69

0 commit comments

Comments
 (0)