diff --git a/.github/ISSUE_TEMPLATE/tutorial.yml b/.github/ISSUE_TEMPLATE/tutorial.yml new file mode 100644 index 0000000000..5d4ac1a3b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tutorial.yml @@ -0,0 +1,16 @@ +name: 🎓 Adding a tutorial +description: Proposing a new tutorial for the library +title: "Tutorial proposal: ..." +labels: ["tutorials"] +assignees: [""] + +body: + + - type: textarea + id: tutorial-description + attributes: + label: '📝 Description of the tutorial' + placeholder: Describe what tutorial you devised and why it is useful for the project. + + validations: + required: true