Skip to content

Commit 6de22f3

Browse files
authored
Merge pull request #314 from david-cermak/fix/issue_template
Update issue template with correct docs links
2 parents 4f1769e + e280b3b commit 6de22f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
label: Answers checklist.
99
description: Before submitting a new issue, please follow the checklist and try to find the answer.
1010
options:
11-
- label: I have read the documentation for [esp-protocols components](https://espressif.github.io/esp-protocols/) and the issue is not addressed there.
11+
- label: I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
1212
required: true
1313
- label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
1414
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: esp-protocols documentation
4-
url: https://espressif.github.io/esp-protocols/
3+
- name: esp-protocols documentation links
4+
url: https://github.com/espressif/esp-protocols#readme
55
about: Documenation for esp-protocols components.
66
- name: ESP-IDF Programming Guide
77
url: https://docs.espressif.com/projects/esp-idf/en/latest/

.github/ISSUE_TEMPLATE/other-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
label: Answers checklist.
88
description: Before submitting a new issue, please follow the checklist and try to find the answer.
99
options:
10-
- label: I have read the documentation for [esp-protocols components](https://espressif.github.io/esp-protocols/) and the issue is not addressed there.
10+
- label: I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
1111
required: true
1212
- label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
1313
required: true

0 commit comments

Comments
 (0)