tmux-catppuccin-coal/.github/ISSUE_TEMPLATE/meta.yml
Hammy 67e8f231fd
docs: add issue templates (#195)
* docs: add issue templates

* refactor: mention show and tell
2024-04-21 10:26:01 +02:00

18 lines
739 B
YAML

name: Meta Issue
description: Raise any issue regarding the repository here!
labels: [meta]
body:
- type: checkboxes
attributes:
label: Is there an existing issue outlining your problem?
description: Please search to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues and they do not solve my problem.
required: true
- type: textarea
attributes:
label: Describe your issue.
description: Bugs should be raised under a [Bug Report](https://github.com/catppuccin/tmux/issues/new?assignees=&labels=bug&template=bug.yml).
placeholder: The README is missing crucial information such as...
validations:
required: true