From 685c962a947b3ace63bfbd9937d11ee5a78091f9 Mon Sep 17 00:00:00 2001 From: Victor Viale Date: Thu, 14 May 2020 09:38:43 +0200 Subject: [PATCH] Use the /contribute URL for the Good First Issues link (#858) GitHub proposes a `/contribute` URL as a page to get people into contributing, which declutters the usual issues page a bit. Issuing this PR as a suggestion, feel free to close it. Example: https://github.com/spotify/backstage/contribute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b863cfa6..d2a0bbd3a9 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ We would love your help in building Backstage! See [CONTRIBUTING](CONTRIBUTING.m ## Community - [Discord chatroom](https://discord.gg/MUpMjP2) - Get support or discuss the project -- [Good First Issues](https://github.com/spotify/backstage/labels/good%20first%20issue) - Start here if you want to contribute +- [Good First Issues](https://github.com/spotify/backstage/contribute) - Start here if you want to contribute - [RFCs](https://github.com/spotify/backstage/labels/rfc) - Help shape the technical direction - [FAQ](docs/FAQ.md) - Frequently Asked Questions - [Code of Conduct](CODE_OF_CONDUCT.md) - This is how we roll