Skip to content

Commit

Permalink
Merge pull request #204 from Dana-Farber-AIOS/issue-template
Browse files Browse the repository at this point in the history
Add a bug report template
  • Loading branch information
ryanccarelli committed Oct 14, 2021
2 parents 7d131e3 + 4166584 commit 4bec58d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

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

**To Reproduce**
List the exact steps to reproduce the behavior.
Please include full code to reproduce the bug, plus the full error message if applicable

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

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

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

0 comments on commit 4bec58d

Please sign in to comment.