Tweak the contributing wording in README
This commit is contained in:
parent
c82bcefa93
commit
1c0b5dca5a
|
@ -56,12 +56,16 @@ npm i --save react
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
The main purpose of this repository is to continue to evolve React core, making it faster and easier to use. If you're interested in helping with that, check out our [contribution guide](https://facebook.github.io/react/contributing/how-to-contribute.html).
|
The main purpose of this repository is to continue to evolve React core, making it faster and easier to use. Development of React happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take a part in improving React.
|
||||||
|
|
||||||
### [Code of Conduct](https://code.facebook.com/codeofconduct)
|
### [Code of Conduct](https://code.facebook.com/codeofconduct)
|
||||||
|
|
||||||
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated.
|
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated.
|
||||||
|
|
||||||
|
### Contributing Guide
|
||||||
|
|
||||||
|
Read our [contributing guide](https://facebook.github.io/react/contributing/how-to-contribute.html) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React.
|
||||||
|
|
||||||
### Good First Bug
|
### Good First Bug
|
||||||
|
|
||||||
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first bugs](https://github.com/facebook/react/labels/good%20first%20bug) that contain bugs which are fairly easy to fix. This is a great place to get started.
|
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first bugs](https://github.com/facebook/react/labels/good%20first%20bug) that contain bugs which are fairly easy to fix. This is a great place to get started.
|
||||||
|
|
Loading…
Reference in New Issue