Skip to content

Commit 039b139

Browse files
committed
minor modification in issue template
1 parent 8102177 commit 039b139

File tree

3 files changed

+3
-61
lines changed

3 files changed

+3
-61
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue-report.yml

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@ name: Issue report
22
description: Report any problem here
33
labels: ["bug", "triage"]
44
body:
5-
- type: markdown
6-
id: thanks-message
7-
attributes:
8-
value: |
9-
Thanks for taking the time to fill out this issue report!
10-
- type: checkboxes
11-
id: checklist
12-
attributes:
13-
label: Answers checklist
14-
description: Before submitting a new issue, please follow the checklist and try to find the answer.
15-
options:
16-
- label: I have read the documentation [Bytebeam Arduino Docs](https://docs.bytebeam.io/docs/arduino) and the issue is not addressed there.
17-
required: true
18-
- label: I have gone through [Existing Isssues](https://github.com/bytebeamio/bytebeam-arduino-sdk/issues) for a similar issue and not found a similar issue.
19-
required: true
205
- type: input
216
id: board
227
attributes:
@@ -33,39 +18,26 @@ body:
3318
placeholder: ex. DevKitC, plain module on breadboard, etc. If your hardware is custom or unusual, please attach a photo.
3419
validations:
3520
required: true
36-
- type: textarea
37-
id: other-hw
38-
attributes:
39-
label: Hardware Configuration
40-
description: Is anything else attached to the development board?
41-
placeholder: ex. GPIO 18 & 19 are connected to I2C devices.
42-
validations:
43-
required: true
4421
- type: input
4522
id: arduino-esp32-version
4623
attributes:
4724
label: Arduino-ESP32 Version
4825
description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version.
4926
validations:
5027
required: true
51-
- type: dropdown
28+
- type: input
5229
id: bytebeam-arduino-sdk-version
5330
attributes:
5431
label: Bytebeam Arduino SDK Version
5532
description: What version of Bytebeam Arduino SDK are you running? If possible, consider updating to the latest version.
56-
options:
57-
- latest main (checkout manually)
58-
- 1.0.2
59-
- 1.0.1
60-
- 1.0.0
6133
validations:
6234
required: true
6335
- type: input
6436
id: ide
6537
attributes:
6638
label: IDE Name
6739
description: What IDE are you using?
68-
placeholder: eg. Arduino IDE, PlatformIO, Sloeber...
40+
placeholder: eg. Arduino IDE, PlatformIO...
6941
validations:
7042
required: true
7143
- type: input
@@ -107,12 +79,4 @@ body:
10779
attributes:
10880
label: More Information
10981
description: Is there any other information you can think of which will help us reproduce this problem? Any additional info can be added as well.
110-
placeholder: ex. I also tried on other OS, HW...it works correctly on that setup.
111-
- type: checkboxes
112-
id: confirmation
113-
attributes:
114-
label: I have checked existing issues, online documentation and the Troubleshooting Guide
115-
description: You agree to check all the resources above before opening a new issue.
116-
options:
117-
- label: I confirm I have checked existing issues and online documentation.
118-
required: true
82+
placeholder: ex. I also tried on other OS, HW...it works correctly on that setup.

AUTHORS.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)