diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-15 16:46:38 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-16 15:52:24 +0100 |
| commit | 3c1042bf6d5ee431ba1cc4489156f50fbb509fb6 (patch) | |
| tree | 1b4ba0184517b518c6b374c71fe04257c363d70e | |
| parent | docs: add issue template for highlighting issues (diff) | |
| download | nvim-treesitter-3c1042bf6d5ee431ba1cc4489156f50fbb509fb6.tar nvim-treesitter-3c1042bf6d5ee431ba1cc4489156f50fbb509fb6.tar.gz nvim-treesitter-3c1042bf6d5ee431ba1cc4489156f50fbb509fb6.tar.bz2 nvim-treesitter-3c1042bf6d5ee431ba1cc4489156f50fbb509fb6.tar.lz nvim-treesitter-3c1042bf6d5ee431ba1cc4489156f50fbb509fb6.tar.xz nvim-treesitter-3c1042bf6d5ee431ba1cc4489156f50fbb509fb6.tar.zst nvim-treesitter-3c1042bf6d5ee431ba1cc4489156f50fbb509fb6.zip | |
docs: use markdown instead of checkboxes
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 37dbce22c..0b6c990a9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,19 +3,16 @@ description: Create a report to help us improve labels: [ bug ] body: - - type: checkboxes + - type: markdown attributes: - label: Before reporting - description: Please do the following steps before reporting an issue. - options: - - label: I have updated my neovim version to latest _master_ - required: true - - label: I have updated my plugin to the latest version - required: true - - label: I have run `:TSUpdate` - required: true - - label: I have read the [troubleshooting section](https://github.com/nvim-treesitter/nvim-treesitter#troubleshooting) - required: true + value: | + # Before reporting + Please do the following steps before reporting an issue. + + - I have updated my neovim version to latest _master_ + - I have updated my plugin to the latest version + - I have run `:TSUpdate` + - I have read the [troubleshooting section](https://github.com/nvim-treesitter/nvim-treesitter#troubleshooting) - type: textarea attributes: |
