diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..7af801a8e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Question + url: https://github.com/nushell/nushell/discussions/new?category=q-a + about: Create a new Q&A discussion post diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index 6ed045b521..0000000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Question -description: "When you have a question to ask" -labels: "question" -body: - - type: textarea - id: problem - attributes: - label: Question - description: Leave your question here - placeholder: | - A clear and concise question - Example: Is there any equivalent of bash's $CDPATH in Nu? - validations: - required: true - - type: textarea - id: context - attributes: - label: Additional context and details - description: Add any other context, screenshots or other media that will help us understand your question here, if needed. - validations: - required: false