From dfcd25de073e5463135cceb7967dac635c39ff91 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Mon, 16 Oct 2023 08:56:24 +0900 Subject: [PATCH] docs(README.md): update contributing and contributors (#225) * docs(README.md): update contributing and contributors * chore(.github): update PULL_REQUEST_TEMPLATE.md Co-authored-by: minsoo kim --------- Co-authored-by: minsoo kim --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- README.md | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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.