Skip to content

Commit

Permalink
Update bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbailo committed Apr 30, 2024
1 parent 0c37e8f commit 2eba4c4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: rafaelbailo

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour. If applicable, please include a code example to reproduce the bug.

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**System information**
- OS: [e.g. Ubuntu]
- Julia version [e.g. 1.10.0]
- Relevant package versions (might be useful to attach the output of `Pkg.status()`)

**Additional context**
Add any other context about the problem here.

0 comments on commit 2eba4c4

Please sign in to comment.