From 4b49f8fb7f1d5c8bdd3b028637d88edff57f2d04 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 25 Jul 2023 08:45:24 +0200 Subject: [PATCH] Use issue form for bugs --- .github/ISSUE_TEMPLATE/Bug.md | 38 -------------- .github/ISSUE_TEMPLATE/Bug.yml | 64 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 10 ---- 3 files changed, 64 insertions(+), 48 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Bug.yml diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md deleted file mode 100644 index 55e060de..00000000 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Something on Shlink is broken or not working as documented? -labels: bug ---- - - - -#### How Shlink is set up - -* Shlink Version: x.y.z -* PHP Version: x.y.z -* How do you serve Shlink: Self-hosted Apache|Self-hosted nginx|Self-hosted openswoole|Self-hosted RoadRunner|Openswoole Docker image|RoadRunner Docker image -* Database engine used: MySQL|MariaDB|PostgreSQL|MicrosoftSQL|SQLite (x.y.z) - -#### Summary - - - -#### Current behavior - - - -#### Expected behavior - - - -#### How to reproduce - - diff --git a/.github/ISSUE_TEMPLATE/Bug.yml b/.github/ISSUE_TEMPLATE/Bug.yml new file mode 100644 index 00000000..1f715088 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.yml @@ -0,0 +1,64 @@ +name: Bug report +description: Something on Shlink is broken or not working as documented? +labels: ['bug'] +body: + - type: input + validations: + required: true + attributes: + label: Shlink version + placeholder: x.y.z + - type: input + validations: + required: true + attributes: + label: PHP version + placeholder: x.y.z + - type: dropdown + validations: + required: true + attributes: + label: How do you serve Shlink + options: + - Self-hosted Apache + - Self-hosted nginx + - Self-hosted openswoole + - Self-hosted RoadRunner + - Openswoole Docker image + - RoadRunner Docker image + - Other (explain in summary) + - type: dropdown + validations: + required: true + attributes: + label: Database engine + options: + - MySQL + - MariaDB + - PostgreSQL + - MicrosoftSQL + - SQLite + - type: input + validations: + required: true + attributes: + label: Database version + placeholder: x.y.z + - type: textarea + validations: + required: true + attributes: + label: Current behavior + value: '' + - type: textarea + validations: + required: true + attributes: + label: Expected behavior + value: '' + - type: textarea + validations: + required: true + attributes: + label: How to reproduce + value: '' diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index 835f705b..dc7fb3d8 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -4,16 +4,6 @@ about: Do you find Shlink is missing some important feature that would make it m labels: feature --- - - #### Summary