ci: format

This commit is contained in:
Barrett Ruth 2026-02-25 09:39:11 -05:00
parent fa1103ad4e
commit 8433d92857
4 changed files with 12 additions and 14 deletions

View file

@ -1,4 +1,4 @@
title: 'Q&A' title: "Q&A"
labels: [] labels: []
body: body:
- type: markdown - type: markdown

View file

@ -1,14 +1,13 @@
name: Bug Report name: Bug Report
description: Report a bug description: Report a bug
title: 'bug: ' title: "bug: "
labels: [bug] labels: [bug]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Prerequisites label: Prerequisites
options: options:
- label: - label: I have searched [existing
I have searched [existing
issues](https://github.com/barrettruth/pending.nvim/issues) issues](https://github.com/barrettruth/pending.nvim/issues)
required: true required: true
- label: I have updated to the latest version - label: I have updated to the latest version
@ -16,16 +15,16 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: 'Neovim version' label: "Neovim version"
description: 'Output of `nvim --version`' description: "Output of `nvim --version`"
render: text render: text
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: 'Operating system' label: "Operating system"
placeholder: 'e.g. Arch Linux, macOS 15, Ubuntu 24.04' placeholder: "e.g. Arch Linux, macOS 15, Ubuntu 24.04"
validations: validations:
required: true required: true
@ -49,8 +48,8 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: 'Health check' label: "Health check"
description: 'Output of `:checkhealth task`' description: "Output of `:checkhealth task`"
render: text render: text
- type: textarea - type: textarea

View file

@ -1,14 +1,13 @@
name: Feature Request name: Feature Request
description: Suggest a feature description: Suggest a feature
title: 'feat: ' title: "feat: "
labels: [enhancement] labels: [enhancement]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Prerequisites label: Prerequisites
options: options:
- label: - label: I have searched [existing
I have searched [existing
issues](https://github.com/barrettruth/pending.nvim/issues) issues](https://github.com/barrettruth/pending.nvim/issues)
required: true required: true

View file

@ -3,7 +3,7 @@ name: luarocks
on: on:
push: push:
tags: tags:
- 'v*' - "v*"
jobs: jobs:
quality: quality: