From b7f7643317db7ec532bd769f41b0ca1c3dfbae72 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 8 Dec 2020 14:58:24 -0800 Subject: [PATCH] Use the new Discussions feature for feature proposals and Q&A --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 000000000..c436616ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +contact_links: + - name: Feature proposals + url: https://github.com/Orama-Interactive/Pixelorama/discussions/new + about: Share ideas for new features in Discussions, under the "Ideas" category. + + - name: Ask a Question + url: https://github.com/Orama-Interactive/Pixelorama/discussions/new + about: Ask the community for help in Discussions, under the "Q&A" category. + + - name: Documentation repository + url: https://github.com/Orama-Interactive/Pixelorama-Docs + about: Please report issues with documentation on the Pixelorama documentation repository, not here.