diff --git a/.github/ISSUE_TEMPLATE/BUG_ISSUE.yml b/.github/ISSUE_TEMPLATE/BUG_ISSUE.yml new file mode 100644 index 0000000..add7e06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_ISSUE.yml @@ -0,0 +1,54 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [bug, triage] +assignees: + - AIWintermuteAI + - Pillar1989 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + - type: textarea + id: what-happened + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + value: | + **To Reproduce** + Steps to reproduce the behavior: + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + + - type: textarea + id: what-expected + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + + - type: textarea + id: platform + attributes: + label: Platform + description: What platform are you running the code on. + value: | + - Device: [e.g. Raspberry Pi 4] + - OS: [e.g. Raspbian OS 32bit kernel version ...] + - Version/commit number [e.g. d1816f5] + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..bc35e9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Seeed Tech Support Forum + url: https://forum.seeedstudio.com/ + about: Please ask and answer general questions here. \ No newline at end of file diff --git a/.github/workflows/ISSUE_TEMPLATE/BUG_ISSUE.yml b/.github/workflows/ISSUE_TEMPLATE/BUG_ISSUE.yml new file mode 100644 index 0000000..95524d5 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/BUG_ISSUE.yml @@ -0,0 +1,55 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [bug, triage] +assignees: + - AIWintermuteAI + - Pillar1989 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + - type: textarea + id: what-happened + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + placeholder: | + **To Reproduce** + Steps to reproduce the behavior: + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true + + - type: textarea + id: what-happened + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + placeholder: "" + validations: + required: true + + - type: textarea + id: platform + attributes: + label: Platform + description: What platform are you running the code on. + placeholder: | + - Device: [e.g. Raspberry Pi 4] + - OS: [e.g. Raspbian OS 32bit kernel version ...] + - Version/commit number [e.g. d1816f5] + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell