Skip to content

Commit 6d1aa7c

Browse files
authored
Add a tutorial issue template (#1911)
* Create a tutorial issue template * Update .github/ISSUE_TEMPLATE/tutorial.yml
1 parent 27a676c commit 6d1aa7c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/tutorial.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 🎓 Adding a tutorial
2+
description: Proposing a new tutorial for the library
3+
title: "Tutorial proposal: ..."
4+
labels: ["tutorials"]
5+
assignees: [""]
6+
7+
body:
8+
9+
- type: textarea
10+
id: tutorial-description
11+
attributes:
12+
label: '📝 Description of the tutorial'
13+
placeholder: Describe what tutorial you devised and why it is useful for the project.
14+
15+
validations:
16+
required: true

0 commit comments

Comments
 (0)