Skip to content

Commit

Permalink
Create 01_bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiblen committed Aug 27, 2024
1 parent 4a4a6cb commit 7773041
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

## Checklist before submitting a bug report

- [ ] I have checked the [existing issues](https://github.com/NLeSC/python-template/issues) and couldn't find an issue about this bug.

## Bug details

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:
1. install copier using '...'
2. run `copier copy ...`
3. Select Pre-commit feature
4. ...

**Error Message**

If applicable, add the error message.

**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS:
<!-- run this command: uname -a -->
- version:
<!-- run this command: python -c "import kunefe; print(kunefe.__version__)" -->

**Additional context**

Add any other context about the problem here.

0 comments on commit 7773041

Please sign in to comment.