diff --git a/.github/ISSUE_TEMPLATE/1_icon_request.yml b/.github/ISSUE_TEMPLATE/1_icon_request.yml index 3a3137d00..0eebc9c0b 100644 --- a/.github/ISSUE_TEMPLATE/1_icon_request.yml +++ b/.github/ISSUE_TEMPLATE/1_icon_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/2_contribution.yml b/.github/ISSUE_TEMPLATE/2_contribution.yml index 5045fbc69..9b2a6ea9e 100644 --- a/.github/ISSUE_TEMPLATE/2_contribution.yml +++ b/.github/ISSUE_TEMPLATE/2_contribution.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/4_alias.yml b/.github/ISSUE_TEMPLATE/4_alias.yml index d4c757f90..9fa4792c0 100644 --- a/.github/ISSUE_TEMPLATE/4_alias.yml +++ b/.github/ISSUE_TEMPLATE/4_alias.yml @@ -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 , but you must use `account` when refering to the icon in your code. + + --- - type: input id: icon_name attributes: diff --git a/.github/ISSUE_TEMPLATE/5_tag.yml b/.github/ISSUE_TEMPLATE/5_tag.yml index 8b385fc48..94517fada 100644 --- a/.github/ISSUE_TEMPLATE/5_tag.yml +++ b/.github/ISSUE_TEMPLATE/5_tag.yml @@ -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 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: diff --git a/.github/ISSUE_TEMPLATE/6_question.yml b/.github/ISSUE_TEMPLATE/6_question.yml index 9e87c730d..e78acaf65 100644 --- a/.github/ISSUE_TEMPLATE/6_question.yml +++ b/.github/ISSUE_TEMPLATE/6_question.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/7_doc_guide_request.yml b/.github/ISSUE_TEMPLATE/7_doc_guide_request.yml index 0e5306055..e483d5d33 100644 --- a/.github/ISSUE_TEMPLATE/7_doc_guide_request.yml +++ b/.github/ISSUE_TEMPLATE/7_doc_guide_request.yml @@ -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 \ No newline at end of file