-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from EpiclyRaspberry/main
🔥
- Loading branch information
Showing
5 changed files
with
133 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ cmake-build-minsizerel-visual-studio/ | |
cmake-build-visual-profile/ | ||
clion/ | ||
clion-ninja/ | ||
*.zip | ||
*.zip | ||
localextras/ |