Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(icons): renamed *-help and *-question icons to *-question-mark #2540

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion icons/badge-help.json → icons/badge-question-mark.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contributors": [
"karsa-mistmere",
"jguddas"
],
"tags": [

Check notice on line 7 in icons/badge-question-mark.json

View workflow job for this annotation

GitHub Actions / lint-contributors

Contributors have changed!

Don't add people who have only performed automatic optimizations. + "aliases": [ + "badge-help" + ], @@ -17,3 +19,0 @@ - ], - "aliases": [ - "badge-help" @@ -21 +21 @@ +}
"verified",
"unverified",
"help"
Expand All @@ -14,5 +14,8 @@
"accessibility",
"social",
"shapes"
],
"aliases": [
"badge-help"
]
}
}
File renamed without changes
5 changes: 3 additions & 2 deletions icons/circle-help.json → icons/circle-question-mark.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colebemis",
"csandman",
"ericfennis",
"danielbayley"

Check notice on line 8 in icons/circle-question-mark.json

View workflow job for this annotation

GitHub Actions / lint-contributors

Contributors have changed!

Don't add people who have only performed automatic optimizations. - "danielbayley" + "danielbayley", + "jguddas" + ], + "aliases": [ + "help-circle", + "circle-help" @@ -18,4 +22,0 @@ - ], - "aliases": [ - "help-circle", - "circle-help" @@ -23 +24 @@ +}
],
"tags": [
"question mark"
Expand All @@ -17,6 +17,7 @@
"notifications"
],
"aliases": [
"help-circle"
"help-circle",
"circle-help"
]
}
}
File renamed without changes
5 changes: 4 additions & 1 deletion icons/file-question.json → icons/file-question-mark.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
"karsa-mistmere",
"danielbayley",
"jguddas"
],
"tags": [

Check notice on line 8 in icons/file-question-mark.json

View workflow job for this annotation

GitHub Actions / lint-contributors

Contributors have changed!

Don't add people who have only performed automatic optimizations. + "aliases": [ + "file-question" + ], @@ -15,3 +17,0 @@ - ], - "aliases": [ - "file-question" @@ -19 +19 @@ +}
"readme",
"help",
"question"
],
"categories": [
"files"
],
"aliases": [
"file-question"
]
}
}
File renamed without changes
5 changes: 4 additions & 1 deletion icons/mail-question.json → icons/mail-question-mark.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"

Check notice on line 4 in icons/mail-question-mark.json

View workflow job for this annotation

GitHub Actions / lint-contributors

Contributors have changed!

Don't add people who have only performed automatic optimizations. - "karsa-mistmere" + "karsa-mistmere", + "jguddas" + ], + "aliases": [ + "mail-question" @@ -15,3 +18,0 @@ - ], - "aliases": [ - "mail-question" @@ -19 +20 @@ +}
],
"tags": [
"email",
Expand All @@ -12,5 +12,8 @@
],
"categories": [
"mail"
],
"aliases": [
"mail-question"
]
}
}
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"

Check notice on line 4 in icons/message-circle-question-mark.json

View workflow job for this annotation

GitHub Actions / lint-contributors

Contributors have changed!

Don't add people who have only performed automatic optimizations. - "danielbayley" + "danielbayley", + "jguddas" + ], + "aliases": [ + "message-circle-question" @@ -18,3 +21,0 @@ - ], - "aliases": [ - "message-circle-question" @@ -22 +23 @@ +}
],
"tags": [
"comment",
Expand All @@ -15,5 +15,8 @@
"categories": [
"account",
"social"
],
"aliases": [
"message-circle-question"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"danielbayley",
"jguddas",
"karsa-mistmere"
],
"tags": [

Check notice on line 8 in icons/shield-question-mark.json

View workflow job for this annotation

GitHub Actions / lint-contributors

Contributors have changed!

Don't add people who have only performed automatic optimizations. + "aliases": [ + "shield-question" + ], @@ -59,3 +61,0 @@ - ], - "aliases": [ - "shield-question" @@ -63 +63 @@ +}
"unshielded",
"cybersecurity",
"insecure",
Expand Down Expand Up @@ -56,5 +56,8 @@
"security",
"development",
"gaming"
],
"aliases": [
"shield-question"
]
}
}
File renamed without changes
Loading