Skip to content

Commit fe39438

Browse files
authored
Update issue templates
use comments to hide extra details when preparing a report
1 parent df476a5 commit fe39438

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug report
3+
about: Help us stomp out bugs!
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- If you run into SDK issues, please go [here](https://community.hologram.io/c/hardware/sdk) for help and support:
11+
-->
12+
### Describe the problem
13+
14+
15+
### Expected behavior
16+
<!-- Please describe what you think the program should be doing here. -->
17+
18+
19+
### Actual behavior
20+
<!-- Please provide any useful debug logs/output here. This will help us diagnose
21+
problems that you might have. Full stack traces can be extremely helpful here. -->
22+
23+
24+
### Steps to reproduce the behavior
25+
<!--Please provide the exact command(s) to reproduce the error. If it's non-deterministic,
26+
try your best to describe your observations that might help us troubleshoot the error. -->
27+
28+
### System information
29+
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
30+
- **Python SDK installed via PyPI or GitHub**:
31+
- **SDK version (use command below)**:
32+
- **Python version**:
33+
- **Hardware (modem) model**:
34+
35+
<!--
36+
We will be adding an environment capture script soon for your convenience.
37+
38+
You can obtain the Python SDK version with:
39+
`hologram version` -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
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. -->

0 commit comments

Comments
 (0)