add issue templates & funding

remotes/origin/HEAD
pseudometa 2022-12-27 22:04:23 +01:00
parent 9dc1ab2cb8
commit 815f864391
4 changed files with 70 additions and 0 deletions

4
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,4 @@
# https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/displaying-a-sponsor-button-in-your-repository
custom: https://www.paypal.me/ChrisGrieser
ko_fi: pseudometa

41
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,41 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: A clear and concise description of the bug.
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: Relevant Screenshot
description: If applicable, add screenshots or a screen recording to help explain your problem.
- type: textarea
id: reproduction-steps
attributes:
label: To Reproduce
description: Steps to reproduce the problem
placeholder: |
For example:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
- type: textarea
id: version-info
attributes:
label: neovim version
render: Text
validations:
required: true
- type: checkboxes
id: checklist
attributes:
label: Make sure you have done the following
options:
- label: I have updated to the latest version of the plugin.
required: true

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false

View File

@ -0,0 +1,24 @@
name: Feature request
description: Suggest an idea
title: "Feature Request: "
labels: ["enhancement"]
body:
- type: textarea
id: feature-requested
attributes:
label: Feature Requested
description: A clear and concise description of the feature.
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: Relevant Screenshot
description: If applicable, add screenshots or a screen recording to help explain the request.
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: The feature would be useful to more users than just me.
required: true