Skip to content

Commit d2fcdad

Browse files
author
games647
committed
[CI-SKIP] Try out issue forms
1 parent cde045d commit d2fcdad

File tree

3 files changed

+64
-43
lines changed

3 files changed

+64
-43
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: 🐞 Bug Report
2+
description: Something isn't working, broken, not expected behavior
3+
title: ""
4+
labels: [bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
This ticket is about bugs, so broken, not expected behavior.
10+
- type: textarea
11+
attributes:
12+
label: What happened?
13+
description: What behavior is observed?
14+
- type: textarea
15+
attributes:
16+
label: What did you expect
17+
description: What behavior is expected?
18+
- type: textare
19+
attributes:
20+
label: Steps/models to reproduce
21+
description: The actions that cause the issues. Please explain it in detail.
22+
- type: input
23+
attributes:
24+
label: Plugin list
25+
description: This can be found by running `/pl`
26+
placeholder: AuthMe, ProtocolLib, ...
27+
- type: input
28+
attributes:
29+
label: Server log
30+
description: link of the error, stacktrace or the complete log (if any)
31+
value: https://hastebin.com/ / https://gist.github.com/
32+
- type: input
33+
attributes:
34+
label: Configuration file
35+
description: link of your config.yml file
36+
value: https://hastebin.com/ / https://gist.github.com/
37+
- type: input
38+
attributes:
39+
label: Plugin version
40+
description: Plugin version or build number. This can be found by running `/version plugin-name`
41+
placeholder: v3.1-SNAPSHOT-570b321
42+
validations:
43+
required: true
44+
- type: dropdown
45+
attributes:
46+
label: Platform
47+
description:
48+
options:
49+
- Spigot
50+
- BungeeCord
51+
validations:
52+
required: true
53+
- type: checkboxes
54+
attributes:
55+
label: Relevance
56+
description:
57+
options:
58+
- label: I tried the latest build
59+
required: true
60+
- label: I checked for existing tickets - if there are, please upvote them and not create new ones
61+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# General configuration for issue templates
12

3+
# Allow issues without a template
24
#blank_issues_enabled: false
35

6+
# Extra section on creating issues to redirect to another site
47
contact_links:
58
- name: 📌 Questions
69
url: https://github.com/games647/FastLogin/discussions

0 commit comments

Comments
 (0)