|
1
|
--- |
|
2
|
name: Bug report |
|
3
|
about: Something isn't working |
|
4
|
title: 'bug: ' |
|
5
|
labels: bug |
|
6
|
assignees: '' |
|
7
|
--- |
|
8
|
|
|
9
|
## Describe the bug |
|
10
|
|
|
11
|
A clear description of what the bug is. |
|
12
|
|
|
13
|
## To reproduce |
|
14
|
|
|
15
|
Steps to reproduce the behavior: |
|
16
|
|
|
17
|
1. Run `boilerworks ...` |
|
18
|
2. See error |
|
19
|
|
|
20
|
## Expected behavior |
|
21
|
|
|
22
|
What you expected to happen. |
|
23
|
|
|
24
|
## Environment |
|
25
|
|
|
26
|
- OS: |
|
27
|
- Python version: |
|
28
|
- Boilerworks version: (run `boilerworks --version`) |
|
29
|
- Template: |
|
30
|
|
|
31
|
## Error output |
|
32
|
|
|
33
|
``` |
|
34
|
paste error output here |
|
35
|
``` |
|
36
|
|