Skip to content

Commit a4ab204

Browse files
committed
Correct issue report guide link in issue template chooser
Contributor are presented with an issue template chooser page at the start of the issue creation process. In addition to the issue report templates, some "contact links" provide information and links to other communication channels. In order to encourage high quality issues, a link to the "issue report guide" is included on this page. Previously that link pointed to an incorrect URL, resulting in a 404 error for those who visited it. The URL is hereby corrected.
1 parent 6416c43 commit a4ab204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contact_links:
99
url: https://forum.arduino.cc/
1010
about: We can help you out on the Arduino Forum!
1111
- name: Issue report guide
12-
url: https://github.com/arduino/arduino-ide/blob/main/docs/issues.md#issue-report-guide
12+
url: https://github.com/arduino/arduino-ide/blob/main/docs/contributor-guide/issues.md#issue-report-guide
1313
about: Learn about submitting issue reports to this repository.
1414
- name: Contributor guide
1515
url: https://github.com/arduino/arduino-ide/blob/main/docs/CONTRIBUTING.md#contributor-guide

0 commit comments

Comments
 (0)