From ac22b1b4e637938667a54c3a1b6b38e9a19acba7 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Sun, 31 Aug 2025 15:52:16 +0200 Subject: [PATCH] feat: issue template Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> --- docs/ISSUE_TEMPLATE/1-bug.yml | 58 ++++++++++++++++++++++++++++++++++ docs/ISSUE_TEMPLATE/config.yml | 5 +++ 2 files changed, 63 insertions(+) create mode 100644 docs/ISSUE_TEMPLATE/1-bug.yml create mode 100644 docs/ISSUE_TEMPLATE/config.yml diff --git a/docs/ISSUE_TEMPLATE/1-bug.yml b/docs/ISSUE_TEMPLATE/1-bug.yml new file mode 100644 index 0000000..e3b8675 --- /dev/null +++ b/docs/ISSUE_TEMPLATE/1-bug.yml @@ -0,0 +1,58 @@ +name: Bug Report +description: File a bug report. +title: "" +labels: ["triage"] +body: + - type: markdown + attributes: + value: | + We cannot fix nor support all bugs caused by FreeRDP, especially on Wayland. + If you experience visual bugs, please open a discussion instead. + + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + + - type: input + id: distro + attributes: + label: Your Linux distribution and version + placeholder: "Ubuntu 22.04" + validations: + required: true + + - type: textarea + id: config + attributes: + label: Your `winapps.conf` + description: Please copy and paste your `winapps.conf`. Make sure to not include any sensible data. This will be automatically formatted into code, so no need for backticks. + render: shell + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Logs + description: Give the output of WinApps, FreeRDP etc. where / if applicable. + render: shell + + - type: checkboxes + id: terms + attributes: + label: Terms + options: + - label: I am running the latest version. + required: true + - label: To the best of my knowledge, this is a bug and not a setup nor a FreeRDP problem. + required: true + - label: I have checked for duplicate issues. + required: true + - label: I agree to follow this project's Code of Conduct. + required: true diff --git a/docs/ISSUE_TEMPLATE/config.yml b/docs/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d265e7d --- /dev/null +++ b/docs/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Community Support + url: https://github.com/winapps-org/winapps/discussions + about: Get help with non-bug issues here. Please use this instead of filing bug reports.