Skip to content

Commit 152ae37

Browse files
author
Svetlana Karslioglu
committed
Add the feature and bug report templates
1 parent 46cf54c commit 152ae37

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
name: Bug Report
1+
name: 🐛 Bug Report
22
description: Create a tutorial bug report
3+
title: [BUG] - <title>
4+
labels: [
5+
"bug"
6+
]
37

48
body:
59
- type: markdown
@@ -36,7 +40,7 @@ body:
3640
**Describe your environment:**
3741
3842
* Platform (i.e macOS, Linux, Google Colab):
39-
* CUDA:
43+
* CUDA (yes/no, version?):
4044
* PyTorch version (run `python -c "import torch; print(torch.__version__)"`):
4145

4246
validations:
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 🚀 Feature request
2+
description: Submit a proposal for a new PyTorch tutorial or improvement of an existing tutorial
3+
title: "💡 [REQUEST] - <title>"
4+
labels: [
5+
"feature"
6+
]
7+
8+
body:
9+
- type: textarea
10+
attributes:
11+
label: 🚀 Descirbe the improvement or the new tutorial
12+
description: >
13+
Explain why this improvement or new tutorial is important. For example, *"This tutorial will help users to better understand feature X of PyTorch."* If there is a tutorial that you propose to replace, add here. If this is related to another GitHub issue, add a link here.
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Existing tutorials on this topic
19+
description: >
20+
List tutorials that already explain this functionality if exist. On pytorch.org or elsewhere.
21+
- type: textarea
22+
attributes:
23+
label: Additional context
24+
description: >
25+
Add any other context or screenshots about the feature request.
26+
- type: markdown
27+
attributes:
28+
value: >
29+
Thanks for contributing 🎉!

0 commit comments

Comments
 (0)