Skip to content

feat: Add issue template for Story #1936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ assignees: ''
Steps to reproduce the behavior:

1.
1.
1.
2.
3.

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

Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/new-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "📖 Story"
about: Propose a new Torch-TensorRT Story
title: "📖 [Story] ... "
labels: Story
assignees: ''

---

## TL;DR
<!-- Summarize key objectives of the story being proposed -->

## Goal(s)
<!-- What are we trying to achieve here, what features + objectives does this story include? -->

## Implementation Phases
<!-- Key issues/features/PRs proposed for this story, in descending-priority/implementation order -->
1.
2.
3.

## Additional context
<!-- Add any other context about the story -->