From 523dad5134454e42321116426e0189c94d515402 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 30 Aug 2025 16:47:32 +0200 Subject: [PATCH] chore: add feature issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 28 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8da1e2060..a26aabe0c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -11,7 +11,7 @@ body: value: | Please fill out this issue template to report a bug. - 1. If you want to propose a new feature, please open a discussion thread in the forum: https://community.vikunja.io + 1. If you want to propose a new feature, please use the Feature template or open a discussion thread in the forum: https://community.vikunja.io 2. Please ask questions or configuration/deploy problems on our [Matrix Room](https://matrix.to/#/#vikunja:matrix.org) or forum (https://community.vikunja.io). 3. Make sure you are using the latest release and take a moment to check that your issue hasn't been reported before. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 000000000..344591917 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,28 @@ +name: Feature Request +description: Found something you weren't expecting? Report it here! +type: Feature +body: + - type: markdown + attributes: + value: | + NOTE: If your issue is a security concern, please send an email to security@vikunja.io instead of opening a public issue. [More information about our security policy](https://vikunja.io/contact/#security). + - type: markdown + attributes: + value: | + Please fill out this issue template to request a new feature. + + 1. If you want to report a bug, please use the Bug template. + 2. Please ask questions or configuration/deploy problems on our [Matrix Room](https://matrix.to/#/#vikunja:matrix.org) or forum (https://community.vikunja.io). + 3. Make sure you are using the latest release and take a moment to check that your feature hasn't been requested before. + 4. Please include all relevant information in the feature request to allow users to discuss this fully. + - type: textarea + id: description + attributes: + label: Description + description: | + Please provide a description of the feature you are looking for. + - type: textarea + id: alternatives + attributes: + label: Which alternatives did you consider using instead? +