mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-11 10:56:57 +01:00
Update some issue template formatting
This commit is contained in:
6
.github/ISSUE_TEMPLATE/1_icon_request.yml
vendored
6
.github/ISSUE_TEMPLATE/1_icon_request.yml
vendored
@@ -7,10 +7,14 @@ body:
|
||||
value: |
|
||||
This issue form is for requesting *new* icons for addition only!
|
||||
|
||||
Please note: [**We are no longer accepting new brand icons into MDI.**][1]
|
||||
---
|
||||
|
||||
**_Please note_: [We are no longer accepting new brand icons into MDI.][1]**
|
||||
|
||||
We recommend checking out [SimpleIcons][2]. SimpleIcons is a library specific to brand and product icons. If they do not currently have your requested icon, [you can request it on their GitHub page][3].
|
||||
|
||||
---
|
||||
|
||||
[1]: http://dev.materialdesignicons.com/roadmap/brand-icons
|
||||
[2]: https://simpleicons.org/
|
||||
[3]: https://github.com/simple-icons/simple-icons/issues
|
||||
|
||||
8
.github/ISSUE_TEMPLATE/2_contribution.yml
vendored
8
.github/ISSUE_TEMPLATE/2_contribution.yml
vendored
@@ -5,12 +5,16 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This issue form is for submitting new icon *contributions* only!
|
||||
This issue form is for requesting *new* icons for addition only!
|
||||
|
||||
Please note: [**We are no longer accepting new brand icons into MDI.**][1]
|
||||
---
|
||||
|
||||
**_Please note_: [We are no longer accepting new brand icons into MDI.][1]**
|
||||
|
||||
We recommend checking out [SimpleIcons][2]. SimpleIcons is a library specific to brand and product icons. If they do not currently have your requested icon, [you can request it on their GitHub page][3].
|
||||
|
||||
---
|
||||
|
||||
[1]: http://dev.materialdesignicons.com/roadmap/brand-icons
|
||||
[2]: https://simpleicons.org/
|
||||
[3]: https://github.com/simple-icons/simple-icons/issues
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/4_alias.yml
vendored
4
.github/ISSUE_TEMPLATE/4_alias.yml
vendored
@@ -7,10 +7,14 @@ body:
|
||||
value: |
|
||||
*Make sure you [searched open issues](https://github.com/Templarian/MaterialDesign/issues) before submitting your bug report!*
|
||||
|
||||
---
|
||||
|
||||
Icon aliases are provide different names the help yourself and others find the icons you are looking for.
|
||||
Aliases *do not* provide you a different way to call a specific icon in your code.
|
||||
|
||||
For example, `account` has an alias of `user`. You can search for "user" on <materialdesignicons.com>, but you must use `account` when refering to the icon in your code.
|
||||
|
||||
---
|
||||
- type: input
|
||||
id: icon_name
|
||||
attributes:
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/5_tag.yml
vendored
4
.github/ISSUE_TEMPLATE/5_tag.yml
vendored
@@ -7,7 +7,11 @@ body:
|
||||
value: |
|
||||
*Make sure you [searched open issues](https://github.com/Templarian/MaterialDesign/issues) before submitting your bug report!*
|
||||
|
||||
---
|
||||
|
||||
Tags work like categories for icons and assist users of <materialdesignicons.com> with a way to narrow their search while browsing for icons to use. Multiple tags may apply for a single icon.
|
||||
|
||||
---
|
||||
- type: input
|
||||
id: icon_name
|
||||
attributes:
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/6_question.yml
vendored
5
.github/ISSUE_TEMPLATE/6_question.yml
vendored
@@ -2,13 +2,10 @@ name: Ask a Question ❓
|
||||
description: Unlike other repos, we're fine with questions.
|
||||
labels: [Question]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
*Note:* Please make sure it is relevant to the icon pack and not too specific to a Framework/Library.
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: What is your question?
|
||||
description: **Note:** Please make sure it is relevant to the icon pack and not too specific to a Framework/Library.
|
||||
validations:
|
||||
required: true
|
||||
@@ -2,13 +2,10 @@ name: Request Documentation or Guide 📃
|
||||
description: Request a new how-to guide or documentation for a specific framework.
|
||||
labels: [Documentation]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
*Note:* Please make sure your request is relevant to the icon pack and is not already covered in existing documentation.
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: What new documentation or how-to guide would you like to see?
|
||||
description: **Note:** Please make sure your request is relevant to the icon pack and is not already covered in existing documentation.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user