Skip to content

Commit

Permalink
chore: add ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed May 1, 2024
1 parent e6afc9f commit 198b58d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Bug report
description: File a bug report
labels:
- 'needs review'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
- Issues tab: https://github.com/grapp-dev/nui-components.nvim/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
- Closed issues tab: https://github.com/grapp-dev/nui-components.nvim/issues?q=is%3Aissue+is%3Aclosed
- Discussions tab: https://github.com/grapp-dev/nui-components.nvim/discussions
- type: markdown
attributes:
value: |
## Required information
- type: textarea
id: description
attributes:
label: Description
description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if needed by drag and dropping them to the box below.
validations:
required: true

- type: markdown
attributes:
value: |
Please provide a reproducible example that I can easily copy and test or a link to a repository on GitHub under your username that reproduces the issue.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
Issues without a reproduction are likely to stale.
- type: input
id: stacks-version
attributes:
label: NuiComponents version
description: What version of NuiComponents are you using?
validations:
required: true

- type: input
id: neovim-version
attributes:
label: Neovim version
description: What version of Neovim are you using?
validations:
required: true

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://github.com/grapp-dev/nui-components.nvim/discussions/categories/q-a
about: Please ask and answer questions here.
- name: Feature Request
url: https://github.com/grapp-dev/nui-components.nvim/discussions/categories/ideas
about: Please submit feature requests, feedback and ideas here.

0 comments on commit 198b58d

Please sign in to comment.