diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..6e5134b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ + +blank_issues_enabled: true +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 6ad3bb9c..1f06a544 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:`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`)