From baf7af05a4f8e9a3ea476e881a1e9495af12e44a Mon Sep 17 00:00:00 2001 From: Moony Date: Wed, 23 Aug 2023 16:50:49 -0500 Subject: [PATCH] Update issue templates (#19458) --- .../ISSUE_TEMPLATE/toolshed-feature-request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/toolshed-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/toolshed-feature-request.md b/.github/ISSUE_TEMPLATE/toolshed-feature-request.md new file mode 100644 index 0000000000..dae84c3e25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/toolshed-feature-request.md @@ -0,0 +1,18 @@ +--- +name: Toolshed feature request +about: Suggest a feature for Toolshed (for game admins/developers) +title: "[TOOLSHED REQUEST]" +labels: Toolshed +assignees: moonheart08 + +--- + +**Is your feature request related to a problem/bug? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the command you'd like** +A clear and concise description of what you want and what it should do. +If you're a technical user (i.e. programmer) including type signatures is helpful. + +**Additional context** +Add any other context or screenshots about the feature request here.