From 3e447feab83a4bf8d7d9d8220fe1b92dede9af79 Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Thu, 4 Jul 2024 22:23:11 +0200 Subject: [PATCH] docs(README): link to CONTRIBUTING (#114) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b7c629a..78e951e3 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ If you just want to contribute (bless you!), see [our issues](https://github.com 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request +See [CONTRIBUTING](https://github.com/bosun-ai/swiftide/blob/master/CONTRIBUTING.md) for more +

(back to top)