From 4a519f9fc2a6076ca515f832dc4e35adc9374393 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sun, 21 Jul 2024 00:17:29 +0800 Subject: [PATCH] chore(issue-forms): add issue type selector for golink feedback form Signed-off-by: Andrei Jiroh Halili --- .github/ISSUE_TEMPLATE/golink-feedback.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/golink-feedback.yml b/.github/ISSUE_TEMPLATE/golink-feedback.yml index 030e917..e9fdbed 100644 --- a/.github/ISSUE_TEMPLATE/golink-feedback.yml +++ b/.github/ISSUE_TEMPLATE/golink-feedback.yml @@ -21,6 +21,18 @@ body: - "wiki.andreijiroh.xyz/go/" - "go/" id: prefix + - type: dropdown + id: type + attributes: + label: What type of issue this ticket should fall under? + description: This field should be autofilled by the redirector backend for feedback links, otherwise feel free to select one below + multiple: false + options: + - broken-link + - suggest-new-golink + - add-discord-server + - report-abuse + - general-feedback - type: input id: url attributes: @@ -30,4 +42,4 @@ body: - type: textarea attributes: label: Could you describe your issue? - description: Tell us how we can improve the service \ No newline at end of file + description: Tell us how we can improve the service -- 2.51.2