From 9e884dfe4dd894523a1883f660fffbd2a261c5fe Mon Sep 17 00:00:00 2001 From: tadeubas Date: Thu, 1 Aug 2024 15:55:10 -0300 Subject: [PATCH] simplifying github PR and issues templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++-------------- .github/ISSUE_TEMPLATE/enhancement.md | 6 +++--- .github/ISSUE_TEMPLATE/help_wanted.md | 10 +++++----- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++-------- 4 files changed, 21 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b21d1a28d..7ead2716f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,28 +1,23 @@ --- - name: 🐞 Bug report -about: Create a report to help us improve -title: "[Bug] the title of bug report" +about: Create a new report +title: "[Bug] the summary of your report" labels: bug assignees: '' --- -#### Summary - - +#### Describe the bug + -**Device** +**Device(s) affected** - [ ] Amigo - [ ] M5stickV +- [ ] Cube - [ ] Dock - [ ] Bit - [ ] Yahboom -**Version** -- [ ] Official release (selfcustody/krux): -- [ ] Beta release (odudex/krux_binaries): - -#### Describe the bug - - +**Version affected** +- [ ] Official release (selfcustody/krux): vXX.YY.Z +- [ ] Beta release (odudex/krux_binaries): vXX.YY.Z-betaWW diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 337701782..1d7efbc50 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,10 +1,10 @@ --- name: 🔥 Enhancement -about: New feature or request -title: "[Enhancement] the title of new feature or enhancement" +about: New feature request +title: "[Enhancement] summarize the new feature or enhancement" labels: enhancement assignees: '' --- -#### Describe the new feature or enhancement +#### Describe your request diff --git a/.github/ISSUE_TEMPLATE/help_wanted.md b/.github/ISSUE_TEMPLATE/help_wanted.md index ad5726baa..fe6e3f61a 100644 --- a/.github/ISSUE_TEMPLATE/help_wanted.md +++ b/.github/ISSUE_TEMPLATE/help_wanted.md @@ -1,10 +1,10 @@ --- -name: 🥺 Help wanted -about: Help needed to use a feature, perform or understand a procedure -title: "[Help] the title of help wanted report" -labels: help wanted +name: 🥺 Other +about: Anything not related to a bug or feature +title: "[Other] summarize what is" +labels: other assignees: '' --- -#### Describe the problem you need help +#### Describe what it is diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c533dfbf3..a4ffb8010 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,8 @@ - +### What is this PR for? -### Description - - - -### What is the purpose of this pull request? +### What is the purpose of this pull request? - [ ] Bug fix -- [ ] New Feature -- [ ] Documentation update +- [ ] New feature +- [ ] Docs update - [ ] Other