Skip to content

Commit c1a0708

Browse files
authored
docs: add issue templates
1 parent 49af3da commit c1a0708

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Report something that isn't working
4+
title: "[BUG] Concise description"
5+
labels: bug
6+
assignees: tiamilani
7+
type: Bug
8+
9+
---
10+
11+
**Checklist**
12+
- [ ] I searched existing issues and this hasn't been reported yet
13+
14+
**What happened?**
15+
16+
17+
**What did you expect?**
18+
19+
20+
**How to reproduce**
21+
```python
22+
# minimal code to trigger the bug
23+
```
24+
25+
**Error output**
26+
```
27+
# paste traceback or error message here
28+
```
29+
30+
**Environment**
31+
- Python version:
32+
- eas-3d-pattern version:
33+
- OS:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an improvement or new capability
4+
title: "[Feature] Concise description"
5+
labels: enhancement
6+
assignees: tiamilani
7+
type: Feature
8+
9+
---
10+
11+
**Problem**
12+
What are you trying to do that isn't currently possible or is harder than it should be?
13+
14+
**Proposed solution**
15+
16+
17+
**Alternatives considered**

0 commit comments

Comments
 (0)