From e9c8a6dfed5e618fe14855a0498d8023571b85fe Mon Sep 17 00:00:00 2001 From: vince-fugnitto Date: Wed, 10 Mar 2021 19:19:07 -0500 Subject: [PATCH] readme: update 'new issue' link The following commit updates the link when creating a new Github issue. The updated link now allows contributors to choose a pre-defined template (bug, feature request, question) when creating an issue which the previous link did not. Signed-off-by: vince-fugnitto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb33783f390f8..26c1f7131a7d8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Read below to learn how to take part in improving Theia: Read below how to engage with Theia community: - Join the discussion on [Discourse](https://community.theia-ide.org/). -- Ask a question, request a new feature and file a bug with [GitHub issues](https://github.com/eclipse-theia/theia/issues/new). +- Ask a question, request a new feature and file a bug with [GitHub issues](https://github.com/eclipse-theia/theia/issues/new/choose). - Star the repository to show your support. - Follow Theia on [Twitter](https://twitter.com/theia_ide).