mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
Delete .github/issue_template directory
This commit is contained in:
parent
8a0d305d7b
commit
a23f14b494
61
.github/issue_template/bug.yml
vendored
61
.github/issue_template/bug.yml
vendored
@ -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
|
|
6
.github/issue_template/config.yml
vendored
6
.github/issue_template/config.yml
vendored
@ -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.
|
|
32
.github/issue_template/docs.yml
vendored
32
.github/issue_template/docs.yml
vendored
@ -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?
|
|
37
.github/issue_template/feature.yml
vendored
37
.github/issue_template/feature.yml
vendored
@ -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
|
|
Loading…
Reference in New Issue
Block a user