Skip to content

Commit

Permalink
Merge pull request #23 from EpiclyRaspberry/main
Browse files Browse the repository at this point in the history
temps update
  • Loading branch information
aShanki committed Aug 6, 2024
2 parents 5f08637 + 7793dc7 commit 97c51c5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
22 changes: 14 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Bug report
name: Bug Report
description: Report a bug in Flarial
title: "[BUG] "
labels: ["dll","launcher"]

body:
# - type: markdown
# - type: Markdown
# attributes:
# value: |
# **Before you submit a bug report, please make sure you have done the following:**
Expand All @@ -21,30 +21,34 @@ body:
- 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
- type: textarea
id: bug
attributes:
render: Markdown
label: Bug description
description: A clear and concise description of what the bug is.
placeholder: I was trying to [...] but [...]

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

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

- type: input
- type: textarea
id: steps
attributes:
render: Markdown
label: Steps to reproduce
description: |
Please provide detailed steps for reproducing the issue.
Expand All @@ -67,17 +71,19 @@ body:
- Windows 10
- Windows 11

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

- type: input
- type: textarea
id: additional
attributes:
label: Additional notes
render: Markdown
description: |
Add any other context about the problem here.
If applicable, add screenshots to help explain your problem.
Expand Down
16 changes: 10 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
name: featrequest
name: Feature Request
description: Suggest a new feature for Flarial
title: "[FEATURE REQUEST] "
labels: ["enhancement"]

body:
- type: input
- type: textarea
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
- type: textarea
id: reason
attributes:
label: Reason
render: Markdown
description: Why do you think this feature should be added?
placeholder: I think this feature should be added because [...]

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

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

- type: input
- type: textarea
id: additional
attributes:
label: Additional context
render: Markdown
description: Add any other context or screenshots about the feature request here.
placeholder: |
Add any other context or screenshots about the feature request here.

0 comments on commit 97c51c5

Please sign in to comment.