File tree Expand file tree Collapse file tree 5 files changed +131
-56
lines changed
Expand file tree Collapse file tree 5 files changed +131
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : 🐛 Bug Report
2+ description : File a bug report to help us improve EternalCore
3+ title : " [Bug]: "
4+ labels : ["bug"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+ Please ensure that you have searched the existing issues to see if this bug has already been reported.
11+
12+ - type : textarea
13+ id : description
14+ attributes :
15+ label : Bug Description
16+ description : A clear and concise description of what the bug is.
17+ placeholder : I was doing X and Y happened...
18+ validations :
19+ required : true
20+
21+ - type : textarea
22+ id : reproduction
23+ attributes :
24+ label : Steps to Reproduce
25+ description : Please provide a step-by-step guide to reproduce the issue.
26+ placeholder : |
27+ 1. Go to '...'
28+ 2. Click on '....'
29+ 3. Scroll down to '....'
30+ 4. See error
31+ validations :
32+ required : true
33+
34+ - type : textarea
35+ id : expected-behavior
36+ attributes :
37+ label : Expected Behavior
38+ description : A clear and concise description of what you expected to happen.
39+ validations :
40+ required : true
41+
42+ - type : textarea
43+ id : screenshots
44+ attributes :
45+ label : Screenshots/Video
46+ description : If applicable, add screenshots or a video to help explain your problem.
47+
48+ - type : dropdown
49+ id : server-software
50+ attributes :
51+ label : Server Software
52+ description : What server software are you using?
53+ options :
54+ - Paper
55+ - Purpur
56+ - Spigot
57+ - Folia
58+ - Other (please specify in logs)
59+ validations :
60+ required : true
61+
62+ - type : input
63+ id : minecraft-version
64+ attributes :
65+ label : Minecraft Version
66+ description : What version of Minecraft are you running? (e.g. 1.20.4)
67+ placeholder : 1.20.4
68+ validations :
69+ required : true
70+
71+ - type : input
72+ id : plugin-version
73+ attributes :
74+ label : Plugin Version
75+ description : What version of EternalCore are you running? (Check with /ver EternalCore)
76+ placeholder : v1.0.0
77+ validations :
78+ required : true
79+
80+ - type : textarea
81+ id : logs
82+ attributes :
83+ label : Logs / Stack Trace
84+ description : Please paste any relevant logs or stack traces here. Use a pastebin service if the log is too long.
85+ render : shell
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : 💬 Discord Community
4+ url : https://discord.com/invite/FQ7jmGBd6c
5+ about : Please ask questions and discuss ideas in our Discord server before opening a generic issue.
6+ - name : 📖 Documentation
7+ url : https://eternalcode.pl/docs/eternalcore/introduction
8+ about : Read the documentation to see if your question is already answered.
Original file line number Diff line number Diff line change 1+ name : 💡 Feature Request
2+ description : Suggest an idea for EternalCore
3+ title : " [Feature]: "
4+ labels : ["feature"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for suggesting a new feature! Please explain your idea in detail.
10+
11+ - type : textarea
12+ id : problem
13+ attributes :
14+ label : Is your feature request related to a problem?
15+ description : Please describe the problem you are trying to solve.
16+ placeholder : I'm always frustrated when...
17+ validations :
18+ required : true
19+
20+ - type : textarea
21+ id : solution
22+ attributes :
23+ label : Describe the solution you'd like
24+ description : A clear and concise description of what you want to happen.
25+ validations :
26+ required : true
27+
28+ - type : textarea
29+ id : alternatives
30+ attributes :
31+ label : Describe alternatives you've considered
32+ description : A clear and concise description of any alternative solutions or features you've considered.
33+
34+ - type : textarea
35+ id : additional-context
36+ attributes :
37+ label : Additional Context
38+ description : Add any other context or screenshots about the feature request here.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments