From e9aa83716746243545651be3d5f70c44c828db5e Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 15 Sep 2024 03:43:27 -0700 Subject: [PATCH] add database to list of features in issue template Adds the `database` input to the list of existing features in the issue template for feature requests. --- .github/ISSUE_TEMPLATE/feature-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 39a4d77..24a13bf 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -11,6 +11,7 @@ body: multiple: true options: - version + - database - thread-comments - tidy-checks - style