-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ThaUnknown/miru into master
- Loading branch information
Showing
5 changed files
with
108 additions
and
48 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,64 @@ | ||
name: Bug report | ||
description: Report a bug. | ||
title: '[Bug]: ' | ||
labels: | ||
- bug | ||
body: | ||
- type: checkboxes | ||
id: '1' | ||
attributes: | ||
label: Preflight checklist | ||
description: Make sure you completed this before creating an issue. | ||
options: | ||
- label: >- | ||
I have searched the [issue | ||
tracker](https://github.com/ThaUnknown/miru/issues) for a bug report | ||
that matches the one I want to file, without success. | ||
required: true | ||
- label: >- | ||
I have searched the [frequently asked | ||
questions](https://github.com/ThaUnknown/miru/blob/master/docs/faq.md) | ||
for a solution that fixes this problem, without success. | ||
required: true | ||
- label: >- | ||
I have checked that I'm using the [latest | ||
stable](https://github.com/ThaUnknown/miru/releases/latest) version | ||
of the app. | ||
required: true | ||
- type: input | ||
id: '2' | ||
attributes: | ||
label: What app version are you using? | ||
description: >- | ||
The app version you are currently using, you can view this at the bottom | ||
of the settings menu. | ||
placeholder: v2.0.1 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: '3' | ||
attributes: | ||
label: What operating system version are you using? | ||
options: | ||
- Windows | ||
- Linux | ||
- MacOS | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: '4' | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
- type: textarea | ||
id: '5' | ||
attributes: | ||
label: Actual Behavior | ||
description: A clear description of what actually happens. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: '6' | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem. |
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 @@ | ||
blank_issues_enabled: false |
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,43 @@ | ||
name: Feature Request | ||
description: Suggest an idea for the app. | ||
title: '[Feature Request]: ' | ||
labels: | ||
- enhancement | ||
body: | ||
- type: checkboxes | ||
id: '1' | ||
attributes: | ||
label: Preflight checklist | ||
description: Make sure you completed this before creating an issue. | ||
options: | ||
- label: >- | ||
I have searched the [issue | ||
tracker](https://github.com/ThaUnknown/miru/issues) for a bug report | ||
that matches the one I want to file, without success. | ||
required: true | ||
- label: >- | ||
I have searched the [features | ||
list](https://github.com/ThaUnknown/miru#features) for this feature, | ||
and I couldn't find it. | ||
required: true | ||
- label: >- | ||
I have checked that I'm using the [latest | ||
stable](https://github.com/ThaUnknown/miru/releases/latest) version | ||
of the app. | ||
required: true | ||
- type: textarea | ||
id: '4' | ||
attributes: | ||
label: Problem Description | ||
description: >- | ||
Please add a clear and concise description of the problem you are | ||
seeking to solve with this feature request. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: '5' | ||
attributes: | ||
label: Proposed Solution | ||
description: Describe the solution you'd like in a clear and concise manner. | ||
validations: | ||
required: true |