diff --git a/.github/ISSUE_TEMPLATE/tutorial_wanted.md b/.github/ISSUE_TEMPLATE/tutorial_wanted.md new file mode 100644 index 00000000..d465f252 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tutorial_wanted.md @@ -0,0 +1,18 @@ +--- + +name: Tutorial wanted +about: Request tutorial for a specific topic +title: "[feat] Tutorial title" +labels: tutorial +assignees: '' + +--- + +**Is the tutorial related to a new feature that is not yet documented?** +New features are added often. Does this concern a recently released feature that is not covered by an existing tutorial? + +**Are you trying to figure out how to do something with the existing set of features?** +Please describe the scenario you are trying to implement. If the capability does not exist, this could lead to a new feature request! + +**Additional context** +Add any other context or screenshots about the tutorial request here. Any relevant information related to your specific use case should be added!