mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 03:07:34 +02:00
[CI-SKIP] Try out issue forms
This commit is contained in:
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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
|
|
61
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
61
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
@ -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
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
|
# General configuration for issue templates
|
||||||
|
|
||||||
|
# Allow issues without a template
|
||||||
#blank_issues_enabled: false
|
#blank_issues_enabled: false
|
||||||
|
|
||||||
|
# Extra section on creating issues to redirect to another site
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 📌 Questions
|
- name: 📌 Questions
|
||||||
url: https://github.com/games647/FastLogin/discussions
|
url: https://github.com/games647/FastLogin/discussions
|
||||||
|
Reference in New Issue
Block a user