doc: reword some pieces of the issue templates
This commit is contained in:
parent
101689b0fe
commit
3911e16a63
2 changed files with 20 additions and 12 deletions
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -6,13 +6,12 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**Before** reporting an issue, make sure to search [existing issues](https://github.com/stevearc/oil.nvim/issues)
|
Before reporting a bug, make sure to search [existing issues](https://github.com/stevearc/oil.nvim/issues)
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Did you check docs and existing issues?
|
label: Did you check the docs and existing issues?
|
||||||
description: Make sure you checked all of the below before submitting an issue
|
|
||||||
options:
|
options:
|
||||||
- label: I have read all the docs
|
- label: I have read the docs
|
||||||
required: true
|
required: true
|
||||||
- label: I have searched the existing issues
|
- label: I have searched the existing issues
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
25
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
25
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -6,20 +6,29 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**Before** submitting a feature request, make sure to search [existing issues](https://github.com/stevearc/oil.nvim/issues)
|
Before submitting a feature request, make sure to search for [existing requests](https://github.com/stevearc/oil.nvim/issues)
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Did you check docs and existing issues?
|
label: Did you check existing requests?
|
||||||
description: Make sure you checked all of the below before submitting an issue
|
|
||||||
options:
|
options:
|
||||||
- label: I have read all the docs
|
|
||||||
required: true
|
|
||||||
- label: I have searched the existing issues
|
- label: I have searched the existing issues
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the feature you want
|
label: Describe the feature
|
||||||
description: A clear and concise description of what feature you want. Is there anything similar currently implemented?
|
description: A short summary of the feature you want
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Provide background
|
||||||
|
description: Describe the reasoning behind why you want the feature.
|
||||||
|
placeholder: I am trying to do X. My current workflow is Y.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional details
|
||||||
|
description: Any additional information you would like to provide. Things you've tried, alternatives considered, examples from other plugins, etc.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue