From f12030ac1a3c564e13815e5a243338257fbf89e6 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 23 Feb 2024 19:12:20 +0100 Subject: [PATCH] Fix scope link --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c0abdd6a98..7d33dfaf9b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,7 +7,7 @@ body: id: description attributes: label: Description - description: Description of the problem does this solve or what need does it fill? Please be mindful of the [scope](FEATURES.md) of Winit. + description: Description of the problem does this solve or what need does it fill? Please be mindful of the [scope](https://github.com/rust-windowing/winit/blob/master/FEATURES.md) of Winit. validations: required: true - type: dropdown