Update some issue template formatting

This commit is contained in:
Michael Irigoyen
2021-08-18 21:39:25 -05:00
parent 53d4a6acf8
commit 0d0a1185e7
6 changed files with 21 additions and 11 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -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