Looking to contribute something to Fontisto? Here's how you can help.
New icons mostly start as requests by the Fontisto community on GitHub. Want to request a new icon? Here are some things to keep in mind:
- Please do not request comprehensive sets of icons related to a very specific field.
- Please search to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one.
- Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., like/dislike).
- Please and thank you if you include the following:
- Title your new issue
Icon request: icon-name
(e.g.,Icon request: icon-heart
). - Include a few use cases for your requested icon. How do you plan on using it?
- Request concrete objects
Icon filters are maintained by the Fontisto community on GitHub.
If you feel that an icon
- is missing keyword(s)
- contains invalid keyword(s)
please send a PR to the master
branch.
We only accept issues that are icon requests, bug reports, or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Fontisto core. Please read the following guidelines to ensure you are the paragon of bug reporting.
- Search for existing issues. We get a lot of duplicate issues, and you'd help us out a lot by first checking if someone else has reported the same issue. Moreover, the issue may have already been resolved with a fix available.
- Create an isolated and reproducible test case. Be sure the problem exists in Fontisto's code with a reduced test case that should be included in each bug report.
- Include a live example. Make use of jsFiddle, jsBin, or Codepen to share your isolated test cases.
- Share as much information as possible. Include operating system and version, browser and version, version of Fontisto, etc. where appropriate. Also include steps to reproduce the bug.
- Two spaces for indentation, never tabs
- Double quotes only, never single quotes
- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
- Adhere to the Recess CSS property order
- Multiple-line approach (one property and value per line)
- Always a space after a property's colon (e.g.,
display: block;
and notdisplay:block;
) - End all lines with a semi-colon
- For multiple, comma-separated selectors, place each selector on its own line
By contributing your code, you agree to license your contribution under the terms of the MIT License: