Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
Implementing Tim's suggestions
  • Loading branch information
emprzy authored Jul 29, 2024
1 parent c51d0b7 commit 9085f5a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,30 @@
name: Bug report
about: Report bugs or errors
title: ''
labels: ''
labels: ['bug']
assignees: ''

---

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:
1. Run code '...'
2. Expect this error '....'
2. Expect this error '...'

**Expected behavior**

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

**Environment, if relevant:**
- OS: [e.g. iOS]

- OS: [e.g. Ubuntu 22.04, macOS 14.5, etc.]
- R Version [e.g. 4.4.0] (can obtain with command `R --version`)
- Python Version [e.g. 3.10] (can obtain with command `python --version`)
- flepiMoP branch commit, if relevant
- flepiMoP branch and/or commit if relevant (`git rev-parse HEAD`)


0 comments on commit 9085f5a

Please sign in to comment.