From c9a312cb2c20d3ab9f7a7973d06fd8a0a8b0b592 Mon Sep 17 00:00:00 2001 From: Kevin Gallahan Date: Sun, 14 May 2023 10:23:25 -0400 Subject: [PATCH] Update Contributing.md Use the correct link to create a feature request using the template --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index f5e8ced4566..fbf08eb7358 100644 --- a/Contributing.md +++ b/Contributing.md @@ -26,7 +26,7 @@ WCT also has a list of issues that are labeled as [help wanted](https://github.c ## 📬 Add New Feature -* To contribute a new feature, fill out the [Feature Request Template](https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/new?template=feature_request.md&labels=feature+request+:mailbox_with_mail:&title=[Feature]) and provide detailed information to express the proposal. +* To contribute a new feature, fill out the [Feature Request Template](https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/new?assignees=&labels=feature+request+%3Amailbox_with_mail%3A&projects=&template=feature_request.yml&title=%5BFeature%5D) and provide detailed information to express the proposal. * Once the Feature Request is submitted, it will be open for discussion. * If it gets approved by the team, proceed to submit a PR of the proposed Feature. * If the PR contains an error-free code and the reviewer signs off, the PR will be merged.