Files
freeCodeCamp/CONTRIBUTING.md

26 lines
1.6 KiB
Markdown
Raw Normal View History

# Contributor's Guide
2015-11-29 01:04:50 -08:00
2018-10-03 21:47:46 +05:30
> You can also read this guide in: [English](CONTRIBUTING.md) | [中文](docs/chinese/CONTRIBUTING.md) | [русский](docs/russian.CONTRIBUTING.md) | [عربى](docs/arabic/CONTRIBUTING.md) | [Español](docs/spanish/CONTRIBUTING.md) | [Português](docs/spanish/CONTRIBUTING.md)
2018-10-03 21:47:46 +05:30
Hello :wave:!
2018-10-03 21:47:46 +05:30
Thanks for you interest in contributing. We welcome pull requests from members of the [freeCodeCamp.org](https://freecodecamp.org) community and from veteran developers alike!
2018-10-03 21:47:46 +05:30
Please follow these steps to contribute:
2018-10-03 21:47:46 +05:30
## Steps
2018-10-03 21:47:46 +05:30
1. :pray: Follow our [Code of Conduct](docs/CODE_OF_CONDUCT.md) at all times.
2. 🍴 [Fork this repository](https://github.com/freeCodeCamp/freeCodeCamp#fork-destination-box).
3. 👀️ Follow the contributing guidelines outlined below.
4. 🔧 Make some awesome changes!
5. 👉 [Make a pull request](https://github.com/freeCodeCamp/freeCodeCamp/compare).
6. 🎉 Get your pull request approved - success!
2018-10-03 21:47:46 +05:30
Or, If you've found a issue that is not on the board, [follow these steps](README.md#found-a-bug). If you dont wish to work on the codebase, you can [contribute in several other ways](https://contribute.freecodecamp.org).
2018-10-03 21:47:46 +05:30
Feel free to ask for help on our public [Forum](https://www.freecodecamp.org/forum) or [Contributors chat room](https://gitter.im/FreeCodeCamp/Contributors). We are excited to help you contribute to any of the projects that you would like to work on.
2018-10-03 21:47:46 +05:30
Working on your first Pull Request? You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)