From aa9bcba113e1e8fef66c4917002a38a81b9efbbc Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 24 Mar 2021 14:31:00 -0400 Subject: [PATCH] Clarify contributing Signed-off-by: Adam Harvey --- docs/getting-started/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 2536944a7c..13b52181df 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -42,6 +42,13 @@ this process in [Create an app](./create-an-app.md). ### Contributing to Backstage +If you intend to make changes to the core project's packages, certain plugins, +or project documentation, then you can fork and clone +[https://github.com/backstage/backstage](https://github.com/backstage/backstage). + +This will let you run the latest code off of the `master` branch, fix bugs or +contribute new features, run test suites, etc. + You can read more in our [CONTRIBUTING](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md) guide, which can help you get setup with a Backstage development environment.