Skip to content

Commit

Permalink
Merge pull request #791 from Aster89/master
Browse files Browse the repository at this point in the history
Fix some typos in bug issue template
  • Loading branch information
puremourning authored Aug 18, 2023
2 parents 937ef5b + 834feac commit 4bb3510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ body:
- type: dropdown
id: issue-works-in-vim
attributes:
label: Works in vim?
label: Is it reproducible in vim?
description: If you are using Neovim, does the issue reproduce in Vim?
options:
- Reproducable in Vim
- Reproducible in Vim
- Only broken in Neovim
validations:
required: true
Expand All @@ -49,8 +49,8 @@ body:
label: Sample project works?
description: Try one of the sample projects in `support/test` for your file type. Does that work? If not, use the sample project for crating your reproduction case.
options:
- Not reproducable with sample project
- Reproducable with sample project
- Not reproducible with sample project
- Reproducible with sample project
- No sample project for this filetype
validations:
required: true
Expand Down

0 comments on commit 4bb3510

Please sign in to comment.