Create GitHub issue template

This commit is contained in:
HiPhish 2023-06-04 22:46:56 +02:00
parent 5becf2cec4
commit 072b708da9
3 changed files with 40 additions and 30 deletions

View file

@ -1,30 +0,0 @@
---
name: Bug report
about: Found a bug?
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Steps to reproduce**
Steps to reproduce the behavior.
Please also paste the code which has buggy highlighting here.
_Issues without example snippets will be closed_
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

35
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View file

@ -0,0 +1,35 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
assignees:
- "HiPhish"
body:
- type: 'input'
attributes:
label: 'Neovim version'
description: 'Version of your Neovim'
placeholder: '0.0.0'
- type: 'input'
attributes:
label: 'Language affected'
description: 'Leave empty if you experience the issue with any file type.'
placeholder: 'Lua'
- type: 'input'
attributes:
label: 'Query'
description: 'Leave empty if the issue is not tied to a specific query.'
placeholder: 'rainbow-parens'
- type: 'input'
attributes:
label: 'Strategy'
description: 'Leave empty if the issue is not tied to a specific strategy.'
placeholder: 'global'
- type: 'textarea'
attributes:
label: 'Description'
description: |
Please describe the bug in detail here. If possible provide a minimal
code sample which replicates the issue
placeholder: 'print((("Hello world!")))'
render: 'Text'

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Main repoo
url: 'https://gitlab.com/HiPhish/nvim-ts-rainbow2'
about: 'Upstream repository; you can also report bugs here on GitHub.'