mirror of https://github.com/sgoudham/carbon.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
929 B
Markdown
14 lines
929 B
Markdown
## Contributing
|
|
|
|
If you have discovered a bug or have a feature suggestion, feel free to create an issue on GitHub.
|
|
|
|
If you'd like to make some changes yourself, see the following:
|
|
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
|
|
2. Make sure yarn is globally installed (`npm install -g yarn`)
|
|
3. Run `yarn` to download required packages.
|
|
4. Build and start the application: `yarn dev`
|
|
5. If you contributed something new, run `yarn contrib:add <your GitHub username>` to add yourself [below](#contributors)
|
|
6. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes!
|
|
|
|
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
|