Skip to content

Commit

Permalink
Fix bug report template imports (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Dec 18, 2023
1 parent 64f9c25 commit caa91d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ about: Create a report to help us improve
<!-- Show us how to reproduce the failure. If you can, use trajectory files from the test data. Use the code snipped below as a starting point. -->

``` python
import openff-nagl
import openff.nagl

...

```

## Current environment ##

- Which version are you using? (run `python -c "import openff-nagl; print(openff-nagl.__version__)"`)
- Which version are you using? (run `python -c "import openff.nagl; print(openff.nagl.__version__)"`)
- Which version of Python (`python -V`)?
- Which operating system?
- What is the output of `pip list`?
- If you use conda, what is the output of `conda list`?
- If you use conda, what is the output of `conda list`?

0 comments on commit caa91d4

Please sign in to comment.