From 524f46f41b8289ef8cb4f153b6320a2666f8d04b Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Sat, 24 Apr 2021 16:24:52 +0200 Subject: [PATCH 1/4] chore(contributing): format text --- CONTRIBUTING.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 686fb091..995b9ec1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,27 +1,28 @@ # React Flow Contribution Guidlines Thanks for your interest in contributing to React Flow 🙌 + Every form of contribution is appreciated. From issue reports to pull requests and documentation 👌 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 For reporting bugs, please create a [new issue](https://github.com/wbkd/react-flow/issues/new/choose). -## ☝️ General Usage +### ☝️ General Usage When you have questions about the general usage of React Flow you can use the [Q & A section](https://github.com/wbkd/react-flow/discussions/categories/q-a) or the [Discord channel](https://discord.gg/Bqt6xrs). -## ✨ Feature Requests +### ✨ Feature Requests If you are missing a certain feature, please use the [New Features](https://github.com/wbkd/react-flow/discussions/categories/new-features) discussion section. -## 📝 Docs +### 📝 Docs The docs have its own [react-flow-docs repo](https://github.com/wbkd/react-flow-docs). Please open an issue or pull request there if you are missing something. -## 💫 Pull Requests +### 💫 Pull Requests If you want to contribute improvements or new features we are happy to review your PR :) Please use a meaningful commit message and add a little description of your changes. From dc7f26133998164024a5add54eb0fdd83724cca0 Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Sat, 24 Apr 2021 16:26:30 +0200 Subject: [PATCH 2/4] chore(contributing): format text --- CONTRIBUTING.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 995b9ec1..2f3b966a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,8 @@ # React Flow Contribution Guidlines -Thanks for your interest in contributing to React Flow 🙌 - -Every form of contribution is appreciated. From issue reports to pull requests and documentation 👌 - -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. +Thanks for your interest in contributing to React Flow 🙌 +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. ### 🐛 Bug Reports @@ -24,12 +22,10 @@ The docs have its own [react-flow-docs repo](https://github.com/wbkd/react-flow- ### 💫 Pull Requests -If you want to contribute improvements or new features we are happy to review your PR :) +If you want to contribute improvements or new features we are happy to review your PR :) Please use a meaningful commit message and add a little description of your changes. 1. Install dependencies `npm install` and example dependencies `cd example && npm install` 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 4. Run tests `npm test` and add new ones if you are introducing a new feature - - From d53357530fa8af75e9ba19db9333cc3d90d35878 Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Sat, 24 Apr 2021 16:26:56 +0200 Subject: [PATCH 3/4] chore(contributing): fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f3b966a..ada7fef2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# React Flow Contribution Guidlines +# React Flow Contribution Guidelines Thanks for your interest in contributing to React Flow 🙌 Every form of contribution is appreciated. From issue reports to pull requests and documentation 👌 From af7a14a87aae07c995a4318970670cc2af0b82a7 Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Sat, 24 Apr 2021 16:39:51 +0200 Subject: [PATCH 4/4] chore(contributing): format --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ada7fef2..71e694c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,23 +4,23 @@ Thanks for your interest in contributing to React Flow 🙌 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. -### 🐛 Bug Reports +#### 🐛 Bug Reports For reporting bugs, please create a [new issue](https://github.com/wbkd/react-flow/issues/new/choose). -### ☝️ General Usage +#### ☝️ General Usage When you have questions about the general usage of React Flow you can use the [Q & A section](https://github.com/wbkd/react-flow/discussions/categories/q-a) or the [Discord channel](https://discord.gg/Bqt6xrs). -### ✨ Feature Requests +#### ✨ Feature Requests If you are missing a certain feature, please use the [New Features](https://github.com/wbkd/react-flow/discussions/categories/new-features) discussion section. -### 📝 Docs +#### 📝 Docs The docs have its own [react-flow-docs repo](https://github.com/wbkd/react-flow-docs). Please open an issue or pull request there if you are missing something. -### 💫 Pull Requests +#### 💫 Pull Requests If you want to contribute improvements or new features we are happy to review your PR :) Please use a meaningful commit message and add a little description of your changes.