Skip to content

Commit 7773041

Browse files
authored
Create 01_bug_report.md
1 parent 4a4a6cb commit 7773041

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
## Checklist before submitting a bug report
11+
12+
- [ ] I have checked the [existing issues](https://github.com/NLeSC/python-template/issues) and couldn't find an issue about this bug.
13+
14+
## Bug details
15+
16+
**Describe the bug**
17+
18+
A clear and concise description of what the bug is.
19+
20+
**To Reproduce**
21+
22+
Steps to reproduce the behavior:
23+
1. install copier using '...'
24+
2. run `copier copy ...`
25+
3. Select Pre-commit feature
26+
4. ...
27+
28+
**Error Message**
29+
30+
If applicable, add the error message.
31+
32+
**Expected behavior**
33+
34+
A clear and concise description of what you expected to happen.
35+
36+
**Screenshots**
37+
38+
If applicable, add screenshots to help explain your problem.
39+
40+
**Desktop (please complete the following information):**
41+
42+
- OS:
43+
<!-- run this command: uname -a -->
44+
- version:
45+
<!-- run this command: python -c "import kunefe; print(kunefe.__version__)" -->
46+
47+
**Additional context**
48+
49+
Add any other context about the problem here.

0 commit comments

Comments
 (0)