File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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**
You can’t perform that action at this time.
0 commit comments