Skip to content
Merged
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/tutorial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 🎓 Adding a tutorial
description: Proposing a new tutorial for the library
title: "Tutorial proposal: ..."
labels: ["tutorial"]
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
Loading