Skip to content

Commit

Permalink
Add a tutorial issue template (#1911)
Browse files Browse the repository at this point in the history
* Create a tutorial issue template

* Update .github/ISSUE_TEMPLATE/tutorial.yml
  • Loading branch information
PProfizi authored Nov 19, 2024
1 parent 27a676c commit 6d1aa7c
Showing 1 changed file with 16 additions and 0 deletions.
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: ["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

0 comments on commit 6d1aa7c

Please sign in to comment.