Skip to content

Commit 520f62a

Browse files
authored
feat: Add issue template for Story (#1936)
1 parent 5d43b43 commit 520f62a

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ assignees: ''
1616
Steps to reproduce the behavior:
1717

1818
1.
19-
1.
20-
1.
19+
2.
20+
3.
2121

2222
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
2323

.github/ISSUE_TEMPLATE/new-story.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "📖 Story"
3+
about: Propose a new Torch-TensorRT Story
4+
title: "📖 [Story] ... "
5+
labels: Story
6+
assignees: ''
7+
8+
---
9+
10+
## TL;DR
11+
<!-- Summarize key objectives of the story being proposed -->
12+
13+
## Goal(s)
14+
<!-- What are we trying to achieve here, what features + objectives does this story include? -->
15+
16+
## Implementation Phases
17+
<!-- Key issues/features/PRs proposed for this story, in descending-priority/implementation order -->
18+
1.
19+
2.
20+
3.
21+
22+
## Additional context
23+
<!-- Add any other context about the story -->

0 commit comments

Comments
 (0)