From d2fcdade0bdd8ba730f92fc85267c116f9a6d5ac Mon Sep 17 00:00:00 2001 From: games647 Date: Wed, 30 Jun 2021 17:02:19 +0200 Subject: [PATCH] [CI-SKIP] Try out issue forms --- .github/ISSUE_TEMPLATE/bug_report.md | 43 ------------------ .github/ISSUE_TEMPLATE/bug_report.yaml | 61 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 3 ++ 3 files changed, 64 insertions(+), 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 79cd1b98..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -name: 🐞 Bug report -about: Something isn't working, broken, not expected behavior -title: '' -labels: 'bug' -assignees: '' - ---- - -[//]: # (Lines in this format are considered as comments and will not be displayed.) -[//]: # (Before reporting make sure you're running the **latest build** of the plugin and checked for existing issues!) - -[//]: # (Type: This ticket is about bugs - broken, not expected behavior) - -### What behaviour is observed: -[//]: # (What happened?) - -### What behaviour is expected: -[//]: # (What did you expect?) - -### Steps/models to reproduce: -[//]: # (The actions that cause the issue. Please explain it in detail) - -### Screenshots (if applicable) -[//]: # (You can drop the files here directly) - -### Plugin list: -[//]: # (This can be found by running `/pl`) - -### Environment description -[//]: # (Server software with exact version number, Minecraft version, SQLite/MySQL/MariaDB, ...) - -### Plugin version or build number (don't write latest): -[//]: # (This can be found by running `/version plugin-name`.) - -### Server Log: -[//]: # (No images please - only the textual representation) -[Hastebin](https://hastebin.com/) / [Gist](https://gist.github.com/) link of the error, stacktrace or the complete log (if any) - -### Configuration: -[//]: # (No images please - only the textual representation) -[//]: # (remember to delete any sensitive data) -[Hastebin](https://hastebin.com/) / [Gist](https://gist.github.com/) link of your config.yml file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..03699a4b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,61 @@ +name: 🐞 Bug Report +description: Something isn't working, broken, not expected behavior +title: "" +labels: [bug] +body: + - type: markdown + attributes: + value: | + This ticket is about bugs, so broken, not expected behavior. + - type: textarea + attributes: + label: What happened? + description: What behavior is observed? + - type: textarea + attributes: + label: What did you expect + description: What behavior is expected? + - type: textare + attributes: + label: Steps/models to reproduce + description: The actions that cause the issues. Please explain it in detail. + - type: input + attributes: + label: Plugin list + description: This can be found by running `/pl` + placeholder: AuthMe, ProtocolLib, ... + - type: input + attributes: + label: Server log + description: link of the error, stacktrace or the complete log (if any) + value: https://hastebin.com/ / https://gist.github.com/ + - type: input + attributes: + label: Configuration file + description: link of your config.yml file + value: https://hastebin.com/ / https://gist.github.com/ + - type: input + attributes: + label: Plugin version + description: Plugin version or build number. This can be found by running `/version plugin-name` + placeholder: v3.1-SNAPSHOT-570b321 + validations: + required: true + - type: dropdown + attributes: + label: Platform + description: + options: + - Spigot + - BungeeCord + validations: + required: true + - type: checkboxes + attributes: + label: Relevance + description: + options: + - label: I tried the latest build + required: true + - label: I checked for existing tickets - if there are, please upvote them and not create new ones + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6555bec1..9287ef89 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ +# General configuration for issue templates +# Allow issues without a template #blank_issues_enabled: false +# Extra section on creating issues to redirect to another site contact_links: - name: 📌 Questions url: https://github.com/games647/FastLogin/discussions