Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jan 15, 2020
1 parent f52f13a commit 9bbbc45
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please include the full traceback of any errors

**System information:**

Output of `MAGIC.__version__`:
Output of `magic.__version__`:

```
If you are running MAGIC in R or Python, please run magic.__version__ and paste the results here.
Expand Down Expand Up @@ -53,7 +53,7 @@ You can do this with `R -e 'library(Rmagic); sessionInfo()'`

</details>

Output of `reticulate::py_disc()`:
Output of `reticulate::py_discover_config(required_module = "magic")`:

<details>

Expand All @@ -65,5 +65,17 @@ You can do this with `R -e 'reticulate::py_discover_config(required_module = "ma

</details>

Output of `Rmagic::check_pymagic_version()`:

<details>

```
If you are running MAGIC in R, please run `Rmagic::check_pymagic_version()` and paste the results here.
You can do this with `R -e 'Rmagic::check_pymagic_version()'`
```

</details>

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

0 comments on commit 9bbbc45

Please sign in to comment.