From 8fb6ca2dd619fdbd1d8828f2310a7e6bdbdd033c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Thu, 22 Jul 2021 19:37:44 +0200 Subject: [PATCH 1/3] Create PULL_REQUEST_TEMPLATE.md Adding first version of PULL_REQUEST_TEMPLATE.md. The purpose of this template is to improve and simplify writing more accurate Release Notes. --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..e8906dd9475 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +---------------------------------------------------------------------------------------------------------------------------------------------------- +This entire section can be deleted if all items are checked. + +*By completing this PR sufficiently, you help improve the quality of Release Notes* + +### Checklist + +1. [ ] Please provide specific title of the PR describing the change, including the component name (eg."Update of Documentation link on Readme.md") +2. [ ] Please provide related links (eg. Issue, other Project, submodule PR..) +---------------------------------------------------------------------------------------------------------------------------------------------------- + +## Summary +Please describe your proposed PR and what it contains. + +## Impact +Please describe impact of your PR and it's function. From fbb21246d7aa050eb2721b560446a6a247693ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:46:23 +0200 Subject: [PATCH 2/3] Update PULL_REQUEST_TEMPLATE.md Fix typo. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e8906dd9475..b1ca40811b7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------------------------------------------------------------------------------- This entire section can be deleted if all items are checked. -*By completing this PR sufficiently, you help improve the quality of Release Notes* +*By completing this PR sufficiently, you help us to improve the quality of Release Notes* ### Checklist From be48671a32a8886b45e933bc54f96579574364f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Tue, 31 Aug 2021 17:42:39 +0200 Subject: [PATCH 3/3] Update README.MD - "Type: For reference" labels link Updating a link to issues labeled with "Type: For reference". The old one is not working due to the updates of labels in the past. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4aeb34a21d..80d8f712627 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can use [Arduino-ESP32 Online Documentation](https://docs.espressif.com/proj You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace. ### Issue/Bug report template -Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [for reference](https://github.com/espressif/arduino-esp32/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22for%20reference%22%20). +Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [Type: For reference](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue+label%3A%22Type%3A+For+reference%22+). Finally, if you are sure no one else had the issue, follow the [issue template](docs/ISSUE_TEMPLATE.md) while reporting any issue.