Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshine <4771718+shinenelson@users.noreply.github.com>2021-09-07 01:55:30 +0300
committerGitHub <noreply@github.com>2021-09-07 01:55:30 +0300
commit289abef958b8fc7c2541419a9d521655e225feab (patch)
tree57f1a0d35b71be9f7c203f9a4c05b418a1425c62
parent023ad7507cad1c79634adee935c6c747586370df (diff)
optimize issue template (#300)
-rw-r--r--.github/ISSUE_TEMPLATE/Icon_request.md29
-rw-r--r--.github/ISSUE_TEMPLATE/icon_request.yaml48
2 files changed, 48 insertions, 29 deletions
diff --git a/.github/ISSUE_TEMPLATE/Icon_request.md b/.github/ISSUE_TEMPLATE/Icon_request.md
deleted file mode 100644
index b4daec3b9..000000000
--- a/.github/ISSUE_TEMPLATE/Icon_request.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: Icon request
-about: Suggest an icon for this project
-
----
-
-<!-- Please review open and closed issues that the icon hasn't been requested before. -->
-
-## Icon
-
-<!--
- Please add an image for this icon
- As a general rule, images with simple shapes and only one color are the best.
- If this icon is a "brand" icon, let us know why this brand is important and what they do.
--->
-
-
-
-## Name Suggestion
-
-<!-- What name should be used for this icon? -->
-
-
-
-## Use Case
-
-<!-- Describe how a user of fork-awesome would use that icon in their project. -->
-
-
diff --git a/.github/ISSUE_TEMPLATE/icon_request.yaml b/.github/ISSUE_TEMPLATE/icon_request.yaml
new file mode 100644
index 000000000..cf4a91819
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/icon_request.yaml
@@ -0,0 +1,48 @@
+name: Icon Request
+description: Suggest an icon to be included in Fork Awesome
+labels: icon-request
+body:
+ - type: markdown
+ attributes:
+ value: |
+ - Please search through both open and closed issues and make sure that your icon has not been requested earlier.
+ - If you find an existing issue, please 'vote' for the icon by [reacting](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) ( with '👍' or '👎' ) to the request.
+ - Please do not comment if you have no relevant information to add. It is extra noise for everyone subscribed to this issue.
+ - Subscribe to receive notifications on status change and new comments.
+
+ - type: checkboxes
+ attributes:
+ label: Acknowledgement
+ options:
+ - label: I have searched through both open and closed issues and confirm that this icon has not been requested earlier.
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Icon
+ description: |
+ Please add an image for this icon ( or a URL to an existing icon file, preferably in SVG )
+ As a general rule, images with simple shapes and only one color are the best.
+ validations:
+ required: true
+
+ - type: input
+ attributes:
+ label: Name suggestion
+ description: What name should be used for this icon?
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Use-case
+ description: Describe how a user of fork-awesome would use that icon in their project.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Additional information for brand icons
+ description: |
+ If this icon is a "brand" icon, let us know why this brand is important and what they do.
+ Also, please link to any trademark ( or other legal ) policies that might be relevant to the use of the brand's logos.