We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a676c commit 6d1aa7cCopy full SHA for 6d1aa7c
.github/ISSUE_TEMPLATE/tutorial.yml
@@ -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