1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-19 05:27:57 +00:00

Delete .github/issue_template directory

This commit is contained in:
Romein van Buren 2023-06-02 21:34:00 +02:00 committed by GitHub
parent 8a0d305d7b
commit a23f14b494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 136 deletions

View File

@ -1,61 +0,0 @@
name: Bug report
description: Use this to report something that is not working properly.
labels: [bug]
assignees: [garraflavatra]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Bug description
description: Give a brief description of the bug. What feature is broken?
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Include a reproduction if applicable. What did you do before the bug appeared?
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of Rolens are you running?
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: environment
attributes:
label: Environment information
description: Please open Rolens and select _Rolens > Open log directory_. Open the `environment.json` file and paste its contents here.
render: shell
validations:
required: true
- type: dropdown
id: severity
attributes:
label: Severity of this bug
options:
- Annoying
- Blocking a specific feature
- Blocking all usage
validations:
required: true

View File

@ -1,6 +0,0 @@
blank_issues_enabled: false
contact_links:
- name: Forums
url: https://github.com/garraflavatra/rolens/discussions
about: Do you have a question about Rolens? Please do not file an issue, but instead post your question here.

View File

@ -1,32 +0,0 @@
name: Documentation issue
description: Report documentation issues here.
labels: [documentation]
assignees: [garraflavatra]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: textarea
id: source
attributes:
label: Source
description: Which part of the documentation is erroneous? A link would be very nice!
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: Why is it wrong?
validations:
required: true
- type: input
id: solution
attributes:
label: Solution
description: What should the documentation say instead?

View File

@ -1,37 +0,0 @@
name: Feature request
description: Do you have an idea that could extend Rolens's possibilities? This is the place to propose it.
labels: [enhancement]
assignees: [garraflavatra]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to propose a new feature!
- type: textarea
id: description
attributes:
label: Feature description
description: Give a brief description of the feature you'd like to see. What issue does it solve, and what is it capable of?
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of Rolens are you running?
validations:
required: true
- type: dropdown
id: importance
attributes:
label: Importance
options:
- Nice to have
- It would make Rolens more complete
- I cannot use Rolens without it
validations:
required: true