From 9dbc5179ee85272a4532ebc71f8ca818ccad7d68 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Thu, 23 May 2024 15:29:31 -0600 Subject: [PATCH 1/4] feature request form link --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b242c854..b3641b9f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,6 +8,10 @@ body: attributes: value: "Thanks for taking the time to fill out this feature request!" + - type: markdown + attributes: + value: "You can also submit any feature requests through the [Feature Request Form](https://forms.gle/6DTo3ELLri4DAGfG8)" + - type: textarea id: summary attributes: From 3906b3c45163643bc8d391dfe9b0311eb999cd23 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Thu, 23 May 2024 15:39:57 -0600 Subject: [PATCH 2/4] update release-notes.rst --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6ad3bb9c..10f02ce4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,6 +14,7 @@ This release... Internal Changes ^^^^^^^^^^^^^^^^ +* Add link to Feature Request Form in Issue Template by `Cora Schneck`_ in (:pr:`622`) * CI to run on macos-latest instead of macos-14 by `Cora Schneck`_ in (:pr:`617`) * Update and setup autoupdate for pre-commit hooks by `Cora Schneck`_ in (:pr:`604`) * Removed ``pre-commit.yaml`` action in favor of pre-commit.ci by `Cora Schneck`_ in (:pr:`608`) From d8a9de1f321671fdee1ef5bc8a39d5da1c02415c Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Thu, 23 May 2024 20:04:04 -0600 Subject: [PATCH 3/4] contact_links in issue templates --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ docs/release-notes.rst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..5d3ccd9f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ + +blank_issues_enabled: false +contact_links: + - name: 💡 Feature Request Google Form + url: https://forms.gle/6DTo3ELLri4DAGfG8 + about: | + Alternatively, you can also submit any feature requests through the Feature Request Form diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 10f02ce4..1f06a544 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,7 +14,7 @@ This release... Internal Changes ^^^^^^^^^^^^^^^^ -* Add link to Feature Request Form in Issue Template by `Cora Schneck`_ in (:pr:`622`) +* Add link to Feature Request Form in Issue Template by `Cora Schneck`_ in (:pr:`623`) * CI to run on macos-latest instead of macos-14 by `Cora Schneck`_ in (:pr:`617`) * Update and setup autoupdate for pre-commit hooks by `Cora Schneck`_ in (:pr:`604`) * Removed ``pre-commit.yaml`` action in favor of pre-commit.ci by `Cora Schneck`_ in (:pr:`608`) From cdc032defd07ce5fc5512666bc14506b150513de Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Tue, 28 May 2024 11:35:26 -0600 Subject: [PATCH 4/4] blank issue, feature request emoji --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5d3ccd9f..6e5134b6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - - name: 💡 Feature Request Google Form + - name: 📬 Feature Request Google Form url: https://forms.gle/6DTo3ELLri4DAGfG8 about: | Alternatively, you can also submit any feature requests through the Feature Request Form diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b3641b9f..b242c854 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,10 +8,6 @@ body: attributes: value: "Thanks for taking the time to fill out this feature request!" - - type: markdown - attributes: - value: "You can also submit any feature requests through the [Feature Request Form](https://forms.gle/6DTo3ELLri4DAGfG8)" - - type: textarea id: summary attributes: