]> git.ipfire.org Git - thirdparty/Font-Awesome.git/blame - CONTRIBUTING.md
Release 6.5.2 (#20179)
[thirdparty/Font-Awesome.git] / CONTRIBUTING.md
CommitLineData
7b81d074 1# Contributing to Font Awesome
2
3Looking to contribute something to Font Awesome? **Here's how you can help.**
4
5## Quick start
6
7We only accept issues that are icon requests, bug reports, or feature requests.
8Bugs must be isolated and reproducible problems that we can fix within the Font
9Awesome core.
10
dcdc48a5
GT
11* [Request a new icon](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=new+icon&projects=&template=000_icon_request.yml&title=Icon+request%3A+)
12* [Request a new brand icon](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=brand+icon&projects=&template=001_brand_request.yml&title=Brand+request%3A+)
13* [Submit a bug report for Web (Kit, CSS, JS)](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=bug%2Cneeds-triage&projects=&template=100_web_bug_report.yml&title=Bug%3A+)
14* [Submit a bug report for Desktop, Native, and other use cases](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=bug%2Cneeds-triage&projects=&template=101_other_bug_report.yml&title=Bug%3A+)
15* [Request a new feature](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=feature&projects=&template=200_feature_request.yml&title=Feature+request%3A+)
7b81d074 16
17## Pull requests
18
dcdc48a5 19- **At the moment we are not accepting pull requests containing icons**
7b81d074 20- Pull requests that do not solve an existing issue are essentially un-prioritized–don't expect these to be addressed quickly
dcdc48a5 21- Most of the files in this repository are generated by a build system, so we may not be able to merge PRs directly
7b81d074 22- Try not to pollute your pull request with unintended changes–keep them simple and small
23- Try to share which browsers your code has been tested in before submitting a pull request