Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into use-busted-directly
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Aug 29, 2024
2 parents 4871d0c + d1ac5d5 commit 9439bcb
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 0 deletions.
67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: Bug Report
description: File a bug/issue
title: "bug: "
labels: [bug]
body:
- type: markdown
attributes:
value: |
- Documentation ([vimdoc](https://github.com/MisanthropicBit/neotest-busted/blob/master/README.md) or [readme](https://github.com/MisanthropicBit/neotest-busted/blob/master/README.md))
- [Existing issues](https://github.com/MisanthropicBit/neotest-busted/issues)
- type: checkboxes
attributes:
label: Did you check docs and existing issues?
description: Please make sure you checked all of the below before submitting an issue
options:
- label: I have read the documentation
required: true
- label: I have searched the existing issues
required: true
- label: I have searched the existing issues of plugins related to this issue (if relevant)
required: true
- label: I have tried setting `log_level` to `vim.log.levels.debug` in `neotest.setup` and examined the logs.
required: true
- type: input
attributes:
label: "Neovim version (nvim -v)"
placeholder: "0.9.0 commit 1234567"
validations:
required: true
- type: input
attributes:
label: "Operating system/version"
placeholder: "MacOS 11.7.6"
validations:
required: true
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. Please include any related errors you see in Neovim.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Output of `:checkhealth neotest-busted` if relevant
description: Healthcheck output for neotest-busted.
validations:
required: false
- type: textarea
attributes:
label: neotest log output if relevant
description: Debug log output for neotest-busted.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior or `repro.lua`.
placeholder: |
1.
2.
3.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Feature Request
description: Suggest a new feature
title: "feature: "
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
- Documentation ([vimdoc](https://github.com/MisanthropicBit/neotest-busted/blob/master/README.md) or [readme](https://github.com/MisanthropicBit/neotest-busted/blob/master/README.md))
- [Existing pull requests](https://github.com/MisanthropicBit/neotest-busted/pulls)
- type: checkboxes
attributes:
label: Did you check the docs and existing pull requests?
description: Please make sure you read all the docs before submitting a feature request
options:
- label: I have read the documentation
required: true
- label: I have searched the existing pull requests
required: true
- type: textarea
validations:
required: true
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
- type: textarea
validations:
required: true
attributes:
label: Describe the solution you would like
description: A clear and concise description of what you want to happen.
- type: textarea
validations:
required: true
attributes:
label: Describe alternatives you have considered
description: A clear and concise description of any alternative solutions or features you have considered.
- type: textarea
validations:
required: false
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.

0 comments on commit 9439bcb

Please sign in to comment.