Skip to content

Commit

Permalink
Merge pull request #21 from EpiclyRaspberry/main
Browse files Browse the repository at this point in the history
🔥
  • Loading branch information
oAnshull authored Aug 6, 2024
2 parents 3ac0c73 + 0896a03 commit 36f89d7
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 59 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

90 changes: 90 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
name: Bug report
description: Report a bug in Flarial
title: "[BUG] "
labels: ["dll","launcher"]

body:
# - type: markdown
# attributes:
# value: |
# **Before you submit a bug report, please make sure you have done the following:**
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: |
**Before you submit a bug report, please make sure you have done the following:**
options:
- label: |
I have checked the [FAQ](https://ptb.discord.com/channels/1049946152092586054/1135112998453788672)
required: true
- label: |
I have searched the [issues](https://github.com/flarialmc/dll/issues?q=is%3Aissue+is%3Aopen) of this repository and believe that this is not a duplicate
required: true
- type: input
id: bug
attributes:
label: Bug description
description: A clear and concise description of what the bug is.
placeholder: I was trying to [...] but [...]

- type: input
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: I expected [...]

- type: input
id: actual
attributes:
label: Actual behavior
description: A clear and concise description of what actually happened.
placeholder: Instead [...]

- type: input
id: steps
attributes:
label: Steps to reproduce
description: |
Please provide detailed steps for reproducing the issue.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: dropdown
id: os
attributes:
label: Operating System
description: Which operating system are you using?
options:
- Windows 10
- Windows 11

- type: input
id: osversion
attributes:
label: OS Version
description: What version of the operating system are you using?
placeholder: 21H1, 21H2, 22H1, etc.

- type: input
id: additional
attributes:
label: Additional notes
description: |
Add any other context about the problem here.
If applicable, add screenshots to help explain your problem.
placeholder: |
- Screenshots
- Logs
- etc.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: featrequest
description: Suggest a new feature for Flarial
title: "[FEATURE REQUEST] "
labels: ["enhancement"]

body:
- type: input
id: feature
attributes:
label: Feature description
description: A clear and concise description of what the feature is.
placeholder: I would like to see [...]

- type: input
id: reason
attributes:
label: Reason
description: Why do you think this feature should be added?
placeholder: I think this feature should be added because [...]

- type: input
id: usecase
attributes:
label: Use case
description: How would you use this feature?
placeholder: I would use this feature to [...]

- type: input
id: alternatives
attributes:
label: Alternatives
description: Have you considered any alternative solutions or features?
placeholder: An alternative solution could be [...]

- type: input
id: additional
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
placeholder: |
Add any other context or screenshots about the feature request here.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ cmake-build-minsizerel-visual-studio/
cmake-build-visual-profile/
clion/
clion-ninja/
*.zip
*.zip
localextras/

0 comments on commit 36f89d7

Please sign in to comment.