Skip to content

Commit 7c904f3

Browse files
authored
Update issue templates
1 parent c89685b commit 7c904f3

2 files changed

Lines changed: 53 additions & 56 deletions

File tree

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
1-
name: Bug Report
2-
description: Report a reproducible bug or crash in the Eaglercraft 1.21.4 workspace.
3-
title: "[Bug] "
4-
labels: [bug]
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
56
assignees: mil1dude
67

7-
body:
8-
- type: textarea
9-
attributes:
10-
label: What happened?
11-
description: Describe what went wrong. Include logs, errors, screenshots if possible.
12-
validations:
13-
required: true
14-
15-
- type: textarea
16-
attributes:
17-
label: Steps to reproduce
18-
description: Provide a step-by-step guide to reproduce the issue.
19-
validations:
20-
required: true
21-
22-
- type: input
23-
attributes:
24-
label: Browser and Platform
25-
description: e.g., Chrome 124 / Firefox 127 / OS / mobile / desktop etc.
26-
validations:
27-
required: true
28-
29-
- type: textarea
30-
attributes:
31-
label: Additional information
32-
description: Any other context, log files, or code snippets.
33-
validations:
34-
required: false
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
1-
name: Feature Request
2-
description: Suggest an improvement or enhancement for the Eaglercraft 1.21.4 workspace.
3-
title: "[Feature] "
4-
labels: [enhancement]
5-
assignees: mil1dude
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
67

7-
body:
8-
- type: textarea
9-
attributes:
10-
label: What do you want to see?
11-
description: Describe the feature or enhancement you'd like to see added.
12-
validations:
13-
required: true
8+
---
149

15-
- type: textarea
16-
attributes:
17-
label: Why is it useful?
18-
description: Explain how this feature helps users or improves the project.
19-
validations:
20-
required: true
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
2112

22-
- type: textarea
23-
attributes:
24-
label: Additional context
25-
description: Add any other relevant context, references, or mockups.
26-
validations:
27-
required: false
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)