From c4b341c1ab97ddf4d55215071eb4df0030773fc2 Mon Sep 17 00:00:00 2001 From: Antoine Paletta <98616558+apaletta3@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:52:49 +0100 Subject: [PATCH] chore: add issue template for tutorials (#118) --- .github/ISSUE_TEMPLATE/tutorial_wanted.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tutorial_wanted.md 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!