Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo authored Mar 24, 2024
1 parent dc7fe8e commit c836b68
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help improve catsim!
title: ''
labels: ''
assignees: ''

---

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

**To Reproduce**
Provide a snippet that reproduces the bug. Consider hard-coding item parameters, thetas, response vectors etc. The snippet can be a Python file, or code pasted directly in the comment, or even a Colab notebook. See [this example](https://colab.research.google.com/drive/1vhH_X4vUdKfHvTx3LqVrRs-shAeHPsOF) from a previous issue.

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

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

**Software versions:**
- Python: [e.g. 3.10.1]
- catsim: [e.g. 0.17.3]

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

0 comments on commit c836b68

Please sign in to comment.