Skip to content

Commit

Permalink
adds bug issue template (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-gar authored Mar 28, 2023
1 parent a927f72 commit 36bf74f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug
about: Report something that appears to be broken.
title: ""
labels: bug
assignees: ""
---

## Describe the bug

A clear and concise description of what the bug is.

## To Reproduce

Steps to reproduce the behavior.

## Expected behavior

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

## Environment

Provide a description of your system and the software versions.

- Machine
- OS
* Software versions:
- Python user: `pip list`
- R user: `sessionInfo()`

## Additional context

Add any other context about the problem here.

0 comments on commit 36bf74f

Please sign in to comment.