From 97b280326062c6ad90a8b1c88256d14f06e75313 Mon Sep 17 00:00:00 2001 From: vrugtehagel <41021050+vrugtehagel@users.noreply.github.com> Date: Sun, 9 Jun 2024 09:49:48 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/help-.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/report-a-bug.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/suggestion.md | 14 ++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/help-.md create mode 100644 .github/ISSUE_TEMPLATE/report-a-bug.md create mode 100644 .github/ISSUE_TEMPLATE/suggestion.md diff --git a/.github/ISSUE_TEMPLATE/help-.md b/.github/ISSUE_TEMPLATE/help-.md new file mode 100644 index 0000000..325e59d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help-.md @@ -0,0 +1,14 @@ +--- +name: Help! +about: For when you're stuck +title: '' +labels: '' +assignees: '' + +--- + +**I want to…** +[ A description of what the goal is ] + +**I've tried…** +[ What have you tried? What happened? ] diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 0000000..0c0c4dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -0,0 +1,22 @@ +--- +name: Report a bug +about: For problems with how Yozo works +title: '' +labels: '' +assignees: '' + +--- + +[ A description of what the bug is. ] + +**When I do…** +[ An example for where one might run into this bug. ] + +**Then I get…** +[ What is actually happening. ] + +**But I want…** +[ What should be happening. ] + +**I'm using…** +[ The browser and environment used, as much as you believe is relevant ] diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md new file mode 100644 index 0000000..bb01c7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.md @@ -0,0 +1,14 @@ +--- +name: Suggestion +about: For when you wish Yozo did something that it currently doesn't +title: '' +labels: '' +assignees: '' + +--- + +**I would love to be able to…** +[ Describe the feature as clearly as possible ] + +**This would be great for when…** +[ Describe one or more use cases for the feature ]