Skip to content

Commit

Permalink
simplifying github PR and issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Aug 1, 2024
1 parent 94dc4a9 commit 9e884df
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 30 deletions.
23 changes: 9 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 some general things about the bug -->
#### Describe the bug
<!-- Please try to be specific in providing all the steps to reproduce the error. -->

**Device**
**Device(s) affected**
- [ ] Amigo
- [ ] M5stickV
- [ ] Cube
- [ ] Dock
- [ ] Bit
- [ ] Yahboom

**Version**
- [ ] Official release (selfcustody/krux): <!-- Specify version, like v23.09.1 -->
- [ ] Beta release (odudex/krux_binaries): <!-- Specify version, like v24.01.0-beta14 -->

#### Describe the bug

<!-- Give some details about it -->
**Version affected**
- [ ] Official release (selfcustody/krux): vXX.YY.Z <!-- Specify the version! -->
- [ ] Beta release (odudex/krux_binaries): vXX.YY.Z-betaWW <!-- Specify the version! -->
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/help_wanted.md
Original file line number Diff line number Diff line change
@@ -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
12 changes: 4 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<!-- Thank you for contributing! -->
### What is this PR for?

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->

### What is the purpose of this pull request?
- [ ] Bug fix
- [ ] New Feature
- [ ] Documentation update
- [ ] New feature
- [ ] Docs update
- [ ] Other

0 comments on commit 9e884df

Please sign in to comment.