Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
This should allow easier bug reports and feature requests for users, with better troubleshooting for us

Signed-off-by: Arno Dubois <[email protected]>
  • Loading branch information
Arno Dubois committed Oct 30, 2024
1 parent 3176dab commit 92cee8e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/✨-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "✨ Feature request"
about: What would you like to see in hwbench and/or hwgraph?
title: "[FEATURE] My beautiful feature"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context about the feature request here, like information about the platform the tools are running on, etc.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/🆘-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: "\U0001F198 Bug report"
about: Create a report to help us improve hwbench and/or hwgraph
title: "[BUG] My beautiful issue"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Run hwbench with this specific command line
2. Remove a fan
3. hwbench crashes with the error below

**Expected behavior**
A clear and concise description of what you expected to happen.

**Configuration**
<!-- Please add your configuration within the dropdown below -->
<details>
<summary>Click to open</summary>

```
My configuration
```

</details>

**Logs**
If applicable, add logs to help explain your problem.

**Environment (please complete the following information):**
- Linux distribution and version: [e.g. Fedora 41]
- Server platform [e.g. Dell R540]
- PDU model and firmware [e.g. Raritan PX3-1703-V2 running 4.2.0.5-50274]

**Additional context**
Add any other context about the problem here.

0 comments on commit 92cee8e

Please sign in to comment.