From f5ab3db97852a780db0e89d79c82a08f198cc3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=20C=C5=93ur?= Date: Tue, 11 Oct 2022 06:08:22 +0800 Subject: [PATCH] chore: add ISSUE_TEMPLATE (#3923) --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yml | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yml diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yml b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yml new file mode 100644 index 000000000..e53477533 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yml @@ -0,0 +1,28 @@ +name: Transmission issue report +description: Issues are used to track todos, bugs, feature requests, and more. +body: + - type: textarea + id: issue + attributes: + label: What is the issue? + description: | + For UI, attach a screenshot. + For crashes, attach a crash log. + For specific issues, attach a torrent or provide a magnet, with public domain content only. + - type: dropdown + id: client + attributes: + label: Which application of Transmission? + options: + - macOS app + - GTK+ app on Linux, BSD, etc. + - Qt app on Linux, BSD, etc. + - Qt app on Windows + - Web client + - transmission-daemon + - transmission-remote + - type: input + id: version + attributes: + label: Which version of Transmission? + description: Find it in "About Transmission" or specify which nightly build or specific commit.