Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Jan 25, 2024
1 parent 2e899df commit 894da86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ body:
This report helps us track down bugs and will be critical to addressing your bug.
```python
# Get system info
import pyvista as pv
print(pv.Report())
import pmmsh as pm
print(pm.Report())
```
render: shell
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Questions and Discussions
url: https://github.com/pyvista/pyvista/discussions
url: https://github.com/pyvista/pmmsh/discussions
about: For general questions and discussions

0 comments on commit 894da86

Please sign in to comment.