mirror of
https://github.com/konpa/devicon.git
synced 2025-02-24 01:02:22 +01:00
* Small fixes for the templates and forms * Crop issue form image * Make checkbox mandatory
30 lines
894 B
YAML
30 lines
894 B
YAML
name: Other
|
|
description: Use this for any other issues. Do not create blank issues
|
|
title: "[OTHER] <description>"
|
|
labels: ["awaiting triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: I have searched through the issues and didn't find my problem.
|
|
options:
|
|
- label: Confirm
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: issuedescription
|
|
attributes:
|
|
label: What would you like to share?
|
|
description: Provide a clear and concise explanation of your issue.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: extrainfo
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else we should know about this issue?
|