diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-01-31 14:30:02 -0500 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-01-31 21:30:02 +0100 |
| commit | a077f61b675367bddf00fda86d980125495b7dba (patch) | |
| tree | 3cce85ab830b27b2c56de7b4a10b3e2cc11e1a2e /.github/ISSUE_TEMPLATE | |
| parent | Add indents queries for ledger (diff) | |
| download | nvim-treesitter-a077f61b675367bddf00fda86d980125495b7dba.tar nvim-treesitter-a077f61b675367bddf00fda86d980125495b7dba.tar.gz nvim-treesitter-a077f61b675367bddf00fda86d980125495b7dba.tar.bz2 nvim-treesitter-a077f61b675367bddf00fda86d980125495b7dba.tar.lz nvim-treesitter-a077f61b675367bddf00fda86d980125495b7dba.tar.xz nvim-treesitter-a077f61b675367bddf00fda86d980125495b7dba.tar.zst nvim-treesitter-a077f61b675367bddf00fda86d980125495b7dba.zip | |
Issue template: use details for nvim --version output
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ba0e8262b..ab71e700b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -16,16 +16,20 @@ Run `TSUpdate`. //--> **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** + A clear and concise description of what you expected to happen. **Output of `:checkhealth nvim_treesitter`** @@ -39,9 +43,15 @@ Paste the output here </details> **Output of `nvim --version`** -``` -Paste your output here -``` + +<details> +<code> + +Paste the output here + +</code> +</details> **Additional context** + Add any other context about the problem here. |
