Co-authored-by: rubyowo <perhaps-you-know@what-is.ml> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: winston <hey@winston.sh> Co-authored-by: Carsten Kragelund <carsten@kragelund.me> Co-authored-by: Andreas Grafen <andreas@grafen.info> Co-authored-by: Alaina <68250402+alaidriel@users.noreply.github.com> Co-authored-by: jolheiser <john.olheiser@gmail.com>
18 lines
719 B
YAML
18 lines
719 B
YAML
name: Meta Issue
|
|
description: Report your issues with 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: "Issues relating to individual themes should be raised via a [Userstyle Issue](https://github.com/catppuccin/userstyles/issues/new?assignees=&labels=&template=userstyle.yml) instead."
|
|
validations:
|
|
required: true
|