Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md

Update CONTRIBUTING.md

Update CONTRIBUTING.md

update contributing

fix url
  • Loading branch information
azreenashah authored and prevwong committed Jan 11, 2020
1 parent cd1d18d commit f731411
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Contributing
Thank you for considering to contribute to Craft.js!

There are many ways to contribute - from proofreading, writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code.
From proofreading, translating, writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests, or writing code, there are many ways to contribute. Upon contribution as per the [all-contributors](https://allcontributors.org/) specification, your profile will be recognised in our README's contributors section.

To get started right away, have a look at our [project tracker](https://github.com/prevwong/craft.js/projects) to check out a list of things that we'd like to work on right now.

If you're interested in proposing a new feature, or found a bug that you'd like to fix - please first file a new [issue](https://github.com/prevwong/craft.js/issues)
If you are interested in proposing a new feature or have found a bug that you'd like to fix, please file a new [issue](https://github.com/prevwong/craft.js/issues).


# Setup
1. Fork this repository and create your branch from `master`
```bash
git clone https://github.com/your-name/craft.js.git
git clone https://github.com/your-name/craft.js
cd craft.js
```

Expand All @@ -26,8 +27,8 @@ cd craft.js
> yarn build # create production build for all craftjs packages
> yarn lint # run tests across the monorepo
```
4. Profit 😁
4. Submit a [pull request](https://github.com/prevwong/craft.js/compare) to merge the changes from your fork :heart:

# License
By contributing, you agree that your contributions will be licensed under its MIT License.
By contributing, you agree that your contributions will be licensed under MIT License.

0 comments on commit f731411

Please sign in to comment.