From a7aead728cba97734de74aee5e785b7d0434275c Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 6 Sep 2022 21:22:30 +0700 Subject: [PATCH] add roadmap link to FR template --- .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 592d5e3..9529082 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -15,7 +15,7 @@ body: options: - label: I have read through the [wiki](https://github.com/tubearchivist/tubearchivist/wiki). required: true - - label: I understand the [scope](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) of this project and am aware of the [known limitations](https://github.com/tubearchivist/tubearchivist#known-limitations). + - label: I understand the [scope](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) of this project and am aware of the [known limitations](https://github.com/tubearchivist/tubearchivist#known-limitations) and my idea is not already on the [roadmap](https://github.com/tubearchivist/tubearchivist#roadmap). required: true - type: textarea