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: []
body:
- type: markdown

View file

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

View file

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

View file

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