chore: update bug report template (#531)
* chore: remove typo in bug report template * chore: spelling of snippet * chore: grammar in bug_report * chore: grammar in bug_report * chore: move neovim version in bug_report * chore: add space before elipsis
This commit is contained in:
parent
bf8a943f45
commit
19a7d84d1e
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -24,13 +24,12 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: To reproduce
|
label: To reproduce
|
||||||
description: |
|
description: |
|
||||||
Please provide a code sample or a code snipet to reproduce said problem. If you have code snippets, error messages, stack trace please also provide them here.
|
Please provide a code sample or a code snippet to reproduce said problem. If you have code snippets, error messages, or a stack trace please also provide them here.
|
||||||
|
|
||||||
**IMPORTANT**: make sure to use [code tag](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) to correctly format your code. Screenshot is helpful but don't use it for code snippets as it doesn't allow others to copy-and-paste your code.
|
**IMPORTANT**: make sure to use [code tags](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) to correctly format your code. Screenshots are helpful but don't use them for code snippets as they don't allow others to copy-and-paste your code.
|
||||||
|
|
||||||
Provide your neovim version with `neovim -v`
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Give a minimal config to reproduce the issue.k
|
Give a minimal config to reproduce the issue.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-behavior
|
id: expected-behavior
|
||||||
validations:
|
validations:
|
||||||
@ -43,7 +42,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: Environment
|
||||||
description: |
|
description: |
|
||||||
Please share your environment with us.
|
Please share your environment with us, including your neovim version using `neovim -v`.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
neovim version: ...
|
neovim version: ...
|
||||||
distribution (if any): ...
|
distribution (if any): ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user