Skip to content

Commit

Permalink
Add pyproj -v command to bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed May 30, 2020
1 parent 722c3e6 commit e5d1aab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports


#### Environment Information
<!-- If you have pyproj 3+ -->
- Output from: `pyproj -v`
<!-- If you have pyproj>=2.4.0 -->
- Output from: `python -m pyproj -v`
<!-- If you have pyproj>=2.2.1 -->
Expand All @@ -45,7 +47,7 @@ Environment (<code>conda list</code>):
<details>

```
$ conda list | grep -E "proj|aenum"
$ conda list proj
```
</details>
Expand Down

0 comments on commit e5d1aab

Please sign in to comment.