mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-29 06:06:39 +00:00

The issue forms are configured to request the contributor to test using the nightly build of Arduino IDE before submitting an issue in order to make sure the bug or feature request has not already been resolved. Some time ago, the repository's readme contained a table of download links. The links in the issue forms pointed there. That table was replaced with a link to the official "Software" page in order to reduce unnecessary verbosity and maintenance burden of the project's documentation content. The issue form links were not updated at that time. The resulting additional link in the chain made obtaining the nightly build less convenient for the contributor to obtain. The links are hereby updated to point directly to the list of nightly build download links on the arduino.cc "Software" page.
70 lines
2.2 KiB
YAML
70 lines
2.2 KiB
YAML
name: Feature request
|
|
description: Suggest an enhancement to this project.
|
|
labels:
|
|
- "type: enhancement"
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the request
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: current
|
|
attributes:
|
|
label: Describe the current behavior
|
|
description: |
|
|
What is the current behavior of the Arduino IDE in relation to your request?
|
|
How can we reproduce that behavior?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: project-version
|
|
attributes:
|
|
label: Arduino IDE version
|
|
description: |
|
|
Which version of the Arduino IDE are you using?
|
|
See **Help > About Arduino IDE** in the Arduino IDE menus (**Arduino IDE > About Arduino IDE** on macOS).
|
|
This should be the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds).
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Operating system
|
|
description: Which operating system(s) are you using on your computer?
|
|
multiple: true
|
|
options:
|
|
- Windows
|
|
- Linux
|
|
- macOS
|
|
- N/A
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os-version
|
|
attributes:
|
|
label: Operating system version
|
|
description: Which version of the operating system are you using on your computer?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any additional information here.
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Issue checklist
|
|
description: Please double-check that you have done each of the following things before submitting the issue.
|
|
options:
|
|
- label: I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
|
|
required: true
|
|
- label: I verified the feature was still missing when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
|
|
required: true
|
|
- label: My request contains all necessary details
|
|
required: true
|