mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 10:47:29 +02:00
Merge pull request #314 from david-cermak/fix/issue_template
Update issue template with correct docs links
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -8,7 +8,7 @@ body:
|
|||||||
label: Answers checklist.
|
label: Answers checklist.
|
||||||
description: Before submitting a new issue, please follow the checklist and try to find the answer.
|
description: Before submitting a new issue, please follow the checklist and try to find the answer.
|
||||||
options:
|
options:
|
||||||
- label: I have read the documentation for [esp-protocols components](https://espressif.github.io/esp-protocols/) and the issue is not addressed there.
|
- label: I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
|
- label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
|
||||||
required: true
|
required: true
|
||||||
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: esp-protocols documentation
|
- name: esp-protocols documentation links
|
||||||
url: https://espressif.github.io/esp-protocols/
|
url: https://github.com/espressif/esp-protocols#readme
|
||||||
about: Documenation for esp-protocols components.
|
about: Documenation for esp-protocols components.
|
||||||
- name: ESP-IDF Programming Guide
|
- name: ESP-IDF Programming Guide
|
||||||
url: https://docs.espressif.com/projects/esp-idf/en/latest/
|
url: https://docs.espressif.com/projects/esp-idf/en/latest/
|
||||||
|
2
.github/ISSUE_TEMPLATE/other-issue.yml
vendored
2
.github/ISSUE_TEMPLATE/other-issue.yml
vendored
@ -7,7 +7,7 @@ body:
|
|||||||
label: Answers checklist.
|
label: Answers checklist.
|
||||||
description: Before submitting a new issue, please follow the checklist and try to find the answer.
|
description: Before submitting a new issue, please follow the checklist and try to find the answer.
|
||||||
options:
|
options:
|
||||||
- label: I have read the documentation for [esp-protocols components](https://espressif.github.io/esp-protocols/) and the issue is not addressed there.
|
- label: I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
|
- label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
|
||||||
required: true
|
required: true
|
||||||
|
Reference in New Issue
Block a user