You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ body:
25
25
description: |
26
26
Which version of the Arduino IDE are you using?
27
27
See **Help > About Arduino IDE** in the Arduino IDE menus (**Arduino IDE > About Arduino IDE** on macOS).
28
-
This should be the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds).
28
+
This should be the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds).
29
29
validations:
30
30
required: true
31
31
- type: dropdown
@@ -63,7 +63,7 @@ body:
63
63
options:
64
64
- label: I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
65
65
required: true
66
-
- label: I verified the feature was still missing when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
66
+
- label: I verified the feature was still missing when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
67
67
required: true
68
68
- label: My request contains all necessary details
0 commit comments