Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Update bug report template
  • Loading branch information
RubD authored Apr 19, 2023
1 parent f965bf5 commit 558b88d
Showing 1 changed file with 48 additions and 11 deletions.
59 changes: 48 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,63 @@ assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
---
name: Error
about: Detail an error you experienced to help us assist you in troubleshooting.
title: ''
labels: ''
assignees: ''

---

**Describe the Error**

A clear and concise description of the experienced error.

...

**Error Message**

<details>
<!-- Please populate the code block with the entire error message: -->

```r
# Your error message here
```
</details>

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Steps to reproduce the behavior, i.e.:
1. Following tutorial file '...'
2. Download data '...'
3. Run function(s) '...'
4. See error

**Expected behavior**

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

**Screenshots**

If applicable, add screenshots to help explain your problem.
NOTE: Screenshots of the attempted function call and full error message(s) are helpful for troubleshooting!

**System Information**

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
<!-- R version can be found by running `R.version` in R -->
<!-- Giotto version can be found by running `packageVersion("Giotto")` in R -->
<!-- Python version can be found by running `python -V` in your shell of choice within the conda giotto_env -->
<!-- If you are unsure where your giotto_env lives on your machine, in R, load Giotto and run `checkGiottoEnvironment()`.
Then activate the environment in the shell using `conda activate {path_to_giotto_env}`-->

Please replace the following according to your machine:
- OS: [e.g. OSX]
- Version [e.g. 4.0.1]
- R
- Giotto
- Python

**Additional context**

Add any other context about the problem here.

0 comments on commit 558b88d

Please sign in to comment.