diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/1.bug_report.yml index cfada86..e40d3d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -25,7 +25,7 @@ body: Please paste your config.yml here (Remember to remove any sensitive information) This will be automatically formatted into code, so no need for backticks. render: yaml - - type: textarea + - type: input id: logs attributes: label: Logs @@ -55,7 +55,7 @@ body: - type: input id: version attributes: - label: Version Info + label: Version Number description: Can be found at the beginning of your log file placeholder: eg. 3.1.3 validations: @@ -63,8 +63,7 @@ body: - type: dropdown id: branch attributes: - label: branch - description: What branch are you on? + label: What branch are you on? options: - master - develop diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/2.feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/docs_request.yml b/.github/ISSUE_TEMPLATE/3.docs_request.yml similarity index 92% rename from .github/ISSUE_TEMPLATE/docs_request.yml rename to .github/ISSUE_TEMPLATE/3.docs_request.yml index 2857107..cfadd90 100644 --- a/.github/ISSUE_TEMPLATE/docs_request.yml +++ b/.github/ISSUE_TEMPLATE/3.docs_request.yml @@ -1,8 +1,9 @@ name: 'Docs Request for an Update or Improvement' description: A request to update or improve Qbit Manage documentation title: '[Docs]: ' -labels: - - 'documentation' +labels: ['status:not-yet-viewed', 'documentation'] +assignees: 'bobokun' + body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6c009a4..6b0188f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,7 @@ contact_links: about: Please check the wiki to see if your question has already been answered. - name: Notifiarr Discord url: https://discord.com/invite/AURf8Yz - about: Please post your question under the `qbit-manage` channel for support issues. \ No newline at end of file + about: Please post your question under the `qbit-manage` channel for support issues. + - name: Ask a question + url: https://github.com/StuffAnThings/qbit_manage/discussions + about: Ask questions and discuss with other community members \ No newline at end of file