mirror of
https://github.com/konpa/devicon.git
synced 2025-09-09 05:40:48 +02:00
* Update issue templates for icon requests fix #1467 * Minor issue template refactorings * Update .github/ISSUE_TEMPLATE/icon_request.yml Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/ISSUE_TEMPLATE/feature_request.yml Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/ISSUE_TEMPLATE/config.yml * fix indenting --------- Co-authored-by: David Leal <halfpacho@gmail.com>
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
name: Feature Request
|
|
description: Requesting a new feature or changes to an existing feature
|
|
title: '[FEATURE REQUEST]: feature name'
|
|
labels: [enhancement]
|
|
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: description
|
|
attributes:
|
|
label: Description
|
|
description: Write down a detailed description of the feature.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Why is this change important to you? How would you use it? How can it benefit other users?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: possiblesolution
|
|
attributes:
|
|
label: Possible Solution
|
|
description: If you have an idea, please tell us what might solve the above problem and the benefits it provides.
|
|
|
|
- type: textarea
|
|
id: extrainformation
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else we should know about this feature request?
|