From cfb5b5cd5c63064ad558fa4e92a7dc750240e257 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 10 May 2023 11:24:50 +0200 Subject: [PATCH 1/5] =?UTF-8?q?feat:=20=E2=9C=A8=20Add=20issue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/ISSUE_TEMPLATE/bug_report.md | 46 +++++++++++++++++++ .github/workflows/ISSUE_TEMPLATE/config.yml | 0 .../ISSUE_TEMPLATE/feature_request.md | 28 +++++++++++ 3 files changed, 74 insertions(+) create mode 100644 .github/workflows/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/workflows/ISSUE_TEMPLATE/config.yml create mode 100644 .github/workflows/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c8d71291 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## Bug description + + + +- Would you like to work on a fix? [y/n] + +## To Reproduce + +Steps to reproduce the behavior: + +1. ... +2. ... +3. ... +4. ... + + + + + +## Expected behavior + + + +## Screenshots + + + +## Environment + + + +- OS: [e.g. Ubuntu 20.04] +- crate version: [e.g. 0.1.0] + +## Additional context + + diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..e69de29b diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..3b54884e --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## Motivations + + + +- Would you like to implement this feature? [y/n] + +## Solution + + + +## Alternatives + + + +## Additional context + + From 62c19605b1efcc18a26dfdea0464b70d72d52798 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 10 May 2023 16:53:52 +0200 Subject: [PATCH 2/5] =?UTF-8?q?feat:=20=E2=9C=A8=20Add=20Target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md index c8d71291..fe7d397b 100644 --- a/.github/workflows/ISSUE_TEMPLATE/bug_report.md +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -39,7 +39,8 @@ Steps to reproduce the behavior: - OS: [e.g. Ubuntu 20.04] -- crate version: [e.g. 0.1.0] +- esfpaslh/cargo-espflash version: [e.g. 0.1.0] +- Target: [e.g. ESP32-C3] ## Additional context From 63da26bc37a6bfe24e8acad3848b33c6606be452 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 10 May 2023 16:58:02 +0200 Subject: [PATCH 3/5] =?UTF-8?q?feat:=20=E2=9C=A8=20Allow=20blank=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml index e69de29b..0086358d 100644 --- a/.github/workflows/ISSUE_TEMPLATE/config.yml +++ b/.github/workflows/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true From d8d795e75b71684b5a1a5f1079ccdc8df7424be0 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 11 May 2023 09:20:15 +0200 Subject: [PATCH 4/5] =?UTF-8?q?style:=20=F0=9F=8E=A8=20Use=20checkboxes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ISSUE_TEMPLATE/bug_report.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md index fe7d397b..9a6c2c69 100644 --- a/.github/workflows/ISSUE_TEMPLATE/bug_report.md +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,8 @@ assignees: '' -- Would you like to work on a fix? [y/n] +- [ ] I have searched the existing issues (closed & open) to make sure the issue hasn't already been reported +- [ ] Check this box if you would like to work on a fix ## To Reproduce @@ -22,9 +23,7 @@ Steps to reproduce the behavior: 3. ... 4. ... - - - +- [ ] I have reproduced the bug in main branch too ## Expected behavior From 9b5355d826301e36b166540260f5cb17dd4e7fba Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Fri, 26 May 2023 18:45:26 +0200 Subject: [PATCH 5/5] Update .github/workflows/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Jesse Braham --- .github/workflows/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md index 9a6c2c69..038c36fa 100644 --- a/.github/workflows/ISSUE_TEMPLATE/bug_report.md +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -38,7 +38,7 @@ Steps to reproduce the behavior: - OS: [e.g. Ubuntu 20.04] -- esfpaslh/cargo-espflash version: [e.g. 0.1.0] +- espflash/cargo-espflash version: [e.g. 0.1.0] - Target: [e.g. ESP32-C3] ## Additional context