Skip to content

Commit 9cec643

Browse files
committed
Fix nightly build links in issue forms
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.
1 parent 1a7784a commit 9cec643

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
description: |
3131
Which version of the Arduino IDE are you using?
3232
See **Help > About Arduino IDE** in the Arduino IDE menus (**Arduino IDE > About Arduino IDE** on macOS).
33-
This should be the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds).
33+
This should be the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds).
3434
validations:
3535
required: true
3636
- type: dropdown
@@ -68,7 +68,7 @@ body:
6868
options:
6969
- label: I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
7070
required: true
71-
- label: I verified the problem still occurs when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
71+
- label: I verified the problem still occurs when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
7272
required: true
7373
- label: My report contains all necessary details
7474
required: true

Diff for: .github/ISSUE_TEMPLATE/feature-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body:
2525
description: |
2626
Which version of the Arduino IDE are you using?
2727
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).
2929
validations:
3030
required: true
3131
- type: dropdown
@@ -63,7 +63,7 @@ body:
6363
options:
6464
- label: I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
6565
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)
6767
required: true
6868
- label: My request contains all necessary details
6969
required: true

0 commit comments

Comments
 (0)