Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein authored Sep 23, 2023
1 parent 3038073 commit 710e4ce
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve REBOUND
title: ''
labels: bug
assignees: ''

---

**Environment:**
Which version of REBOUND are you using and on what operating System?
- REBOUND Version: [e.g. 28.7.0]
- API interface: [C or Python]
- Operating System (including version): [e.g. Linux, Windows, MacOS]

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

**To Reproduce**
Describe the steps to reproduce the bug. Ideally this includes some or all of your C or Python code. It helps a lot if you trim down your code as much as possible. For example remove anything related to output and visualization if these are not relevant to the bug.

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

0 comments on commit 710e4ce

Please sign in to comment.