Skip to content

Commit 1887a34

Browse files
authored
Update issue templates
1 parent eb97f25 commit 1887a34

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug Report / Feature Request
3+
about: Bug Report / Feature Request
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Bug Report
11+
12+
**IMPORTANT**
13+
If your bug involves a specific DSS file, please ZIP it and attach the ZIP archive to your issue.
14+
15+
## Description
16+
A clear and concise description of what the bug is.
17+
18+
## Steps to Reproduce
19+
1. **Environment**
20+
- Python version: e.g. `3.9.12`
21+
- Package version: e.g. `hecdss==0.1.10`
22+
- Operating System: e.g. Windows 10, macOS 12
23+
2. **Script**
24+
```python
25+
from hecdss import HecDss
26+
27+
with HecDss.open("file") as dss:
28+
ts=dss.get("path")
29+
3.**DSS file**
30+
Attach DSS file.
31+
32+
Note: GitHub strips large binaries, so always ZIP before attaching.
33+
34+
Additional Context
35+
Add any other context about the problem here (logs, screenshots, etc.).

0 commit comments

Comments
 (0)