Skip to content

Commit b164742

Browse files
authored
feat: Add Issue Templates
Add initial issue templates for the project. We may need more but this should be a good start.
1 parent 458c875 commit b164742

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project to implement
4+
title: "[Feature] - Title"
5+
labels: enhancement
6+
assignees: vonericsen
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
21+
You may also include examples of other software that implement this feature
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Software Bug Report
3+
about: Report a bug for us to fix in openSeaChest
4+
title: "[BUG] - Title"
5+
labels: bug
6+
assignees: vonericsen
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Verbose Output**
27+
Please attach the verbose output from the command you ran to help us review the raw drive responses.
28+
For firmware updates or read/write operations, `-v3` is fine. For other operations, use `-v4`.
29+
Ex: `openSeaChest_SMART -d <handle> -i -v4 | tee verboseInfo.txt`
30+
31+
**Desktop (please complete the following information):**
32+
- OS: [e.g. Windows/Linux]
33+
- Version [e.g. 22]
34+
35+
Hint: All `openSeaChest` tools support the `--version` option which can report this for you.
36+
37+
**Additional context**
38+
Add any other context about the problem here that would be helpful to understand.
39+
This can be a big picture overview of what you are trying to do or what background information led you to running these openSeaChest tools.
40+
Does another tool run this same operation successfully? (e.g.smartctl, hdparm, sdparm, camcontrol, etc)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: USB Compatibility Issue
3+
about: Report a compatibility issue with a USB adapter
4+
title: "[USB] - Title"
5+
labels: USB
6+
assignees: vonericsen
7+
8+
---
9+
10+
**output of openSeaChest_PassthroughTest**
11+
Attach the output from our automated openSeaChest_PassthroughTest tool to help fix this quicker.
12+
Ex: `openSeaChest_PassthroughTest -d <handle> --runPTTest`
13+
14+
**Screenshots**
15+
If applicable, add screenshots to help explain your problem.
16+
17+
**Desktop (please complete the following information):**
18+
- OS: [e.g. Windows/Linux]
19+
- Version [e.g. 22]
20+
21+
Hint: All `openSeaChest` tools support the `--version` option which can report this for you.
22+
23+
**Additional context**
24+
Add any other context about the problem here that would be helpful to understand.
25+
If this issue is specific to a specific option, please tell us what it was.

0 commit comments

Comments
 (0)