diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-10-03 14:15:31 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-10-03 14:15:31 +0200 |
| commit | 995a7a888d62241c69d271ce68ea4eb3630b036e (patch) | |
| tree | fb651ced8501caee36988c37a025eb0304bd4c6f | |
| parent | 45d27d8480184988ee3a8fa84f922483dc767cb8 (diff) | |
| parent | 9935ea0c6761efa126cfc97eab1e42a94dcf139f (diff) | |
| download | mullvadvpn-995a7a888d62241c69d271ce68ea4eb3630b036e.tar.xz mullvadvpn-995a7a888d62241c69d271ce68ea4eb3630b036e.zip | |
Merge branch 'migrate-to-discussions'
| -rw-r--r-- | .github/DISCUSSION_TEMPLATE/feature-requests-ideas.yml (renamed from .github/ISSUE_TEMPLATE/4-feature-request.yml) | 17 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
2 files changed, 3 insertions, 17 deletions
diff --git a/.github/ISSUE_TEMPLATE/4-feature-request.yml b/.github/DISCUSSION_TEMPLATE/feature-requests-ideas.yml index f1ad476360..ba5ce5444a 100644 --- a/.github/ISSUE_TEMPLATE/4-feature-request.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests-ideas.yml @@ -1,27 +1,10 @@ --- -name: "🚀 Feature Request" -description: This form is to suggest a new feature in the Mullvad VPN app. -title: "[Feature request] " -labels: ["feature request"] body: - type: markdown attributes: value: > Thank you for wanting to help us improve the Mullvad VPN app by suggesting a new feature! - - type: checkboxes - id: checked-other-issues - attributes: - label: I have checked if others have suggested this already - description: > - Before you submit a feature request, please look through the existing - [feature requests](https://github.com/mullvad/mullvadvpn-app/issues?q=label%3A"feature+request") - to see if it has already been suggested by others. If so, please comment in those threads instead - of creating new ones. - options: - - label: I have checked this issue tracker to see if others have reported similar issues. - required: true - - type: textarea id: new-feature attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index acaf251e9c..3e85c4d47a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ --- blank_issues_enabled: false contact_links: + - name: 💡 Feature requests & Ideas + url: https://github.com/mullvad/mullvadvpn-app/discussions/new/choose + about: Discuss and suggest new features in the Mullvad VPN app. - name: Questions and issues not directly related to our VPN application about: > If your question is not related to our VPN application specifically, |
