Skip to content

Commit 09c95a4

Browse files
committed
fixup! docs: update contribution / icon adding docs
1 parent 205eca1 commit 09c95a4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ Each icon must have the following structure (this is an example):
7676
["lua"] = { icon = "", color = "#51A0CF", cterm_color = "74", name = "Lua" },
7777
```
7878

79+
> [!IMPORTANT]
80+
> If the icon you need is not available on Nerd Fonts you first need to make a
81+
> PR to a project that feeds glyphs to Nerd Fonts. Probably the most adequate
82+
> project to contribute is <https://github.com/devicons/devicon>.
83+
> Take into account that **months** can pass before the icon is available on the
84+
> Nerd Fonts project, once there feel free to open a PR on this project.
85+
7986
***Key/value pairs must appear in the same exact order!***
8087

8188
- `color` must contain a color in the html notation
@@ -143,9 +150,9 @@ See also [The Conventional Commits ultimate cheatsheet](https://gist.github.com/
143150

144151
## Browser Font
145152

146-
It is useful to see the actual glyphs in the pull request. That can be done by setting the browser font to your nerd font.
153+
It is useful to see the actual glyphs in the pull request. That can be done by setting the browser font to your Nerd Font.
147154

148-
Using firefox:
155+
Using Firefox:
149156

150157
- Settings -> General
151158
- Fonts -> Advanced

0 commit comments

Comments
 (0)