From 93f964fc91d2ec7a67926d7b81d267255ceb8132 Mon Sep 17 00:00:00 2001 From: Lorenz Hoffmann Date: Sun, 19 Nov 2023 20:05:57 +0100 Subject: [PATCH] Clearify app version in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 16ef3e54..b8903118 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Report if something doesn't work as expected +description: Report if something doesn't work as expected title: '' labels: bug assignees: '' @@ -32,9 +32,11 @@ What plugins did you have enabled? If not relevant, you can remove this. - Yin-Yang version: -- Relevant application version: +- Relevant application version[^1]: - Python version: - Qt version: +[^1]: This refers to the application a plugin might use. For example, if you submit a bug report for the Firefox plugin, this refers to the Firefox version you are using. If the bug is in a plugin for a desktop environment, this refers to the DE (Plasma, Gnome, etc). + ### Additional notes