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

github.com/Templarian/MaterialDesign.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimran Spiller <simran.spiller@gmail.com>2021-10-12 00:44:38 +0300
committerSimran Spiller <simran.spiller@gmail.com>2021-10-12 00:44:38 +0300
commit2652169607d9f0bceb6dc18cf36b02e892226cc0 (patch)
tree38301b5c9034fd24353ac982093714006bf34018
parent1dff2410c48b069b97da5f5ef453a8ea5c4f1f7d (diff)
Lead users to all issues for searching, not just open issuestemplate-all-issues
-rw-r--r--.github/ISSUE_TEMPLATE/1_icon_request.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/2_contribution.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/3_bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/4_alias.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/5_tag.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/1_icon_request.yml b/.github/ISSUE_TEMPLATE/1_icon_request.yml
index bbc162d5c..f3839c84a 100644
--- a/.github/ISSUE_TEMPLATE/1_icon_request.yml
+++ b/.github/ISSUE_TEMPLATE/1_icon_request.yml
@@ -7,7 +7,7 @@ body:
attributes:
label: "Before submitting a new icon request, please confirm the following:"
options:
- - label: I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues) to make sure there isn't a request for this icon.
+ - label: I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon.
required: true
- label: I have [searched the current library](https://materialdesignicons.com/) to make sure the icon doesn't already exist.
required: true
diff --git a/.github/ISSUE_TEMPLATE/2_contribution.yml b/.github/ISSUE_TEMPLATE/2_contribution.yml
index d440a0a09..8ad974822 100644
--- a/.github/ISSUE_TEMPLATE/2_contribution.yml
+++ b/.github/ISSUE_TEMPLATE/2_contribution.yml
@@ -7,7 +7,7 @@ body:
attributes:
label: "Before submitting a new icon contribution, please confirm the following:"
options:
- - label: I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues) to make sure there isn't a request for this icon.
+ - label: I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon.
required: true
- label: I have [searched the current library](https://materialdesignicons.com/) to make sure the icon doesn't already exist.
required: true
diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.yml b/.github/ISSUE_TEMPLATE/3_bug_report.yml
index 136c1ec85..bbebc1b88 100644
--- a/.github/ISSUE_TEMPLATE/3_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/3_bug_report.yml
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
- *Make sure you [searched open issues](https://github.com/Templarian/MaterialDesign/issues) before submitting your bug report!*
+ *Make sure you [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) before submitting your bug report!*
---
diff --git a/.github/ISSUE_TEMPLATE/4_alias.yml b/.github/ISSUE_TEMPLATE/4_alias.yml
index 1b6e47c20..faae88d39 100644
--- a/.github/ISSUE_TEMPLATE/4_alias.yml
+++ b/.github/ISSUE_TEMPLATE/4_alias.yml
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
- *Make sure you [searched open issues](https://github.com/Templarian/MaterialDesign/issues) before submitting your alias request!*
+ *Make sure you [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) before submitting your alias request!*
---
diff --git a/.github/ISSUE_TEMPLATE/5_tag.yml b/.github/ISSUE_TEMPLATE/5_tag.yml
index a89ddb4f8..bb2805cc5 100644
--- a/.github/ISSUE_TEMPLATE/5_tag.yml
+++ b/.github/ISSUE_TEMPLATE/5_tag.yml
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
- *Make sure you [searched open issues](https://github.com/Templarian/MaterialDesign/issues) before submitting your tag request!*
+ *Make sure you [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) before submitting your tag request!*
---