chore(contributing): format text

This commit is contained in:
Moritz Klack
2021-04-24 16:26:30 +02:00
committed by GitHub
parent 524f46f41b
commit dc7f261339
+1 -5
View File
@@ -1,10 +1,8 @@
# React Flow Contribution Guidlines # React Flow Contribution Guidlines
Thanks for your interest in contributing to React Flow 🙌 Thanks for your interest in contributing to React Flow 🙌
Every form of contribution is appreciated. From issue reports to pull requests and documentation 👌 Every form of contribution is appreciated. From issue reports to pull requests and documentation 👌
Please check out the [existing issues](https://github.com/wbkd/react-flow/issues) and [discussions](https://github.com/wbkd/react-flow/discussions) before you open a new one.
Please check out the [exisitng issues](https://github.com/wbkd/react-flow/issues) and [discussions](https://github.com/wbkd/react-flow/discussions) before you open a new one.
### 🐛 Bug Reports ### 🐛 Bug Reports
@@ -31,5 +29,3 @@ Please use a meaningful commit message and add a little description of your chan
2. Run library start task `npm start` and example start task `cd example && npm start` 2. Run library start task `npm start` and example start task `cd example && npm start`
3. No you can test your changes with the exisiting examples. Feel free to add a new one if it's needed for your changes 3. No you can test your changes with the exisiting examples. Feel free to add a new one if it's needed for your changes
4. Run tests `npm test` and add new ones if you are introducing a new feature 4. Run tests `npm test` and add new ones if you are introducing a new feature