diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 302837fe2..f855130d3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,4 +6,7 @@ ## PR Checklist -- [ ] I have written documents and tests, if needed. +- [ ] I did below actions if need + +1. I read the [Contributing Guide](https://github.com/toss/slash/blob/main/.github/CONTRIBUTING.md) +2. I added documents and tests. diff --git a/README.md b/README.md index 3c35eaa74..3171617aa 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,16 @@ See [VISUALIZATION](https://visualization.suspensive.org).
+## Contributing + +Read our [Contributing Guide](./CONTRIBUTING.md) to familiarize yourself with Suspensive's development process, how to suggest bug fixes and improvements, and the steps for building and testing your changes. + +### Contributors + +[![contributors](https://contrib.rocks/image?repo=suspensive/react)](https://github.com/suspensive/react/graphs/contributors) + +
+ ## License MIT © Suspensive. See [LICENSE](./LICENSE) for details.