diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..189ddee --- /dev/null +++ b/.github/FUNDING.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..7ea4920 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..563e520 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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