update: CONTRIBUTING guide to document process for adding new icons#1939
Merged
UnschooledGamer merged 11 commits intomainfrom Mar 10, 2026
Merged
update: CONTRIBUTING guide to document process for adding new icons#1939UnschooledGamer merged 11 commits intomainfrom
UnschooledGamer merged 11 commits intomainfrom
Conversation
Added instructions for adding new icons to the existing font family, including steps for using Icomoon and updating the style.css file.
Contributor
Greptile SummaryThis PR adds a new "Adding New Icons" section to Most of the issues flagged in earlier review rounds (duplicate step numbers, malformed table rows, mixed pseudo-element notation, raw HTML) appear to have been addressed. Two remaining style-level issues were found:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([Start]) --> B[Download icons.ttf\nfrom src/res/icons]
B --> C[Open Icomoon\nStart new project]
C --> D[Import icons.ttf]
D --> E[Import new SVG icon]
E --> F[Enable Show Characters\nto view Unicode]
F --> G[Copy Unicode character]
G --> H{More icons\nto add?}
H -- Yes --> E
H -- No --> I[Export → set font-family\nto code-editor-icon]
I --> J[Download zip]
J --> K[Open style.css\nadd .icon.icon-name:before rule]
K --> L[Save style.css]
L --> M[Extract zip\nrename code-editor-icon.ttf → icons.ttf]
M --> N[Copy icons.ttf\nto src/res/icons]
N --> O[Commit on a new branch]
O --> Z([Done])
Last reviewed commit: a49b687 |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Corrected capitalization of 'Unicode' and improved clarity in instructions for adding icons.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Member
Author
|
Hmm, I overdid that step. Now everything seems fine to me. |
bajrangCoder
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added instructions for adding new icons to the existing font family, including steps for using Icomoon and updating the style.css file.