Skip to content

Commit

Permalink
Issue handling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozoloa committed Mar 16, 2023
1 parent 5fa3ed6 commit 3b152b5
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: You think somethings is broken with the installer/launcher
title: "[Bug]: "
labels: ["bug-report"]
labels: ["bug"]

body:
- type: checkboxes
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Enhancement/Feature Request
description: Suggest an idea for this project
title: "[Enhancement]: "
labels: ["enhancement"]

body:
- type: checkboxes
attributes:
label: Are you up to date ?
description: Please update the launcher, every update fixes some problems and adds some features and maybe yours is already in there in a new release
options:
- label: I have the latest version of the launcher
required: true
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the feature you want
options:
- label: I have searched the existing issues
required: true
- type: markdown
attributes:
value: |
*Please fill this form with as much information as possible*
- type: textarea
id: what-did
attributes:
label: Is your feature request related to a problem?
description: Please describe what's wrong in a very clear and simple way
validations:
required: true
- type: textarea
id: what-should
attributes:
label: What's the feature
description: Describe the feature you'd like
validations:
required: true
- type: textarea
id: steps
attributes:
label: How would it work ?
description: Please provide us with some exemple of a step by step workflow of how your feature would work
value: |
1. Go to ....
2. Press ....
3. ...
validations:
required: true
- type: textarea
id: misc
attributes:
label: Additional information, context and logs
description: Please provide us with any relevant additional info, context or log output.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
stale-issue-message: "As there has been no activity in this issue for 4 days, this issue is now marked as stale. It will be closed in 24H if it remains stale."
stale-issue-label: "stale"
close-issue-message: "Closed stale issue."
exempt-issue-labels: "Looking into it"

0 comments on commit 3b152b5

Please sign in to comment.