Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

42 lines (26 loc) · 1.72 KB

Contribution guidelines

First off, thanks for taking the time to contribute!

The following is a set of guidelines for contributing to Feather. Feel free to propose changes to this document in a pull request.

Pull requests

Important

We are not accepting pull requests containing icons. If you want to add a new icon, please create an icon request.

Pull requests for bug fixes and improvements are welcome. If you’re not sure if something is worth doing, please open an issue first.

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub.

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • Make your commit messages as descriptive as possible. Include as much information as you can. Explain anything that might be unclear.
  • Document your pull request. Explain your changes, link to the relevant issue, and add screenshots when applicable.
  • Include only related work. If you have unrelated changes, please split them into separate pull requests.

Icon requests

To request a new icon, please fill out the icon request form.

Bug reports

To report a bug, please fill out the bug report form.

Local development

Follow these steps to set up Feather for local development:

# 1. Clone the repository
git clone https://github.com/feathericons/feather.git
cd feather

# 2. Run setup script
npm run setup