From 1d828e81906d06f0b80dac715e083ceecff16b83 Mon Sep 17 00:00:00 2001 From: David Alpert Date: Sun, 17 Oct 2021 08:21:25 -0500 Subject: [PATCH] docs: add reference to developer-guide (#1035) --- CONTRIBUTING.md | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72bf74f759..e9e2aa36d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,7 @@ Before you begin: - This application is powered by Node.js v14. - Have you read the [code of conduct](CODE_OF_CONDUCT.md)? - Check out the [existing issues](https://github.com/unleash/Unleash/issues) +- Browse the [developer-guide](./websitev2/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source. ### Don't see your issue? Open one diff --git a/README.md b/README.md index 16229f42cd..93eaa8e83b 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,10 @@ _(PS! feel free to submit your logo!)_ # Contribute to Unleash -Unleash has been built with the help of many smart individuals. This ensures that we build a product that solves real problems for people. If you want to contribute to this project you are encouraged to send issue requests, or provide pull-requests. Please read the [CONTRIBUTING.md](./CONTRIBUTING.md) to learn more on how you can contribute. +Unleash has been built with the help of many smart individuals. This ensures that we build a product that solves real problems for people. If you want to contribute to this project you are encouraged to send issue requests, or provide pull-requests. + +1. Read [CONTRIBUTING.md](./CONTRIBUTING.md) to learn more on how you can contribute +1. Browse the [developer-guide](./websitev2/docs/contributing/developer-guide.md) for tips on environment setup, running the tests, and running Unleash from source. # Community and Help