diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..f56eaf7e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,95 @@ +name: Bug Report +description: Report a problem +labels: 'Bug' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + It's okay to leave some blank if it doesn't apply to your problem. + + - type: dropdown + attributes: + label: Operating System + options: + - Linux + - MacOS + - RaspberryPi OS + - Windows 7 + - Windows 10 + - Windows 11 + - Others + validations: + required: true + + - type: input + attributes: + label: Arduino IDE version + placeholder: e.g Arduino 1.8.15 + validations: + required: true + + - type: input + attributes: + label: Board + placeholder: e.g Metro M4 Express + validations: + required: true + + - type: input + attributes: + label: ArduinoCore version + description: Can be found under "Board Manager" menu + validations: + required: true + + - type: textarea + attributes: + label: Sketch as ATTACHED TXT + placeholder: | + e.g examples/MassStorage/msc_ramdisk. + If it is custom sketch, please provide it as **ATTACHED** files or link to it. + Pasting raw long code that hurts readability can get your issue **closed** + validations: + required: true + + - type: textarea + attributes: + label: Compiled Log as ATTACHED TXT + placeholder: | + Compiled log from Arduino IDE as **ATTACHED** txt. + Pasting raw long log that hurts readability can get your issue **closed** + validations: + required: true + + - type: textarea + attributes: + label: What happened ? + placeholder: A clear and concise description of what the bug is. + validations: + required: true + + - type: textarea + attributes: + label: How to reproduce ? + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. See error + validations: + required: true + + - type: textarea + attributes: + label: Debug Log as ATTACHED TXT + placeholder: | + Debug log where the issue occurred as attached txt file, best with comments to explain the actual events. + validations: + required: false + + - type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..cb3fc3804 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Adafruit Support Forum + url: https://forums.adafruit.com + about: If you have other questions or need help, post it here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..e74cb57fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.