Skip to content

Commit

Permalink
Move the project name from pvgmsh to scikit-gmsh (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tkoyama010 and pre-commit-ci[bot] authored Jul 23, 2024
1 parent e4ac191 commit e06999f
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 pvgmsh as pm
print(pm.Report())
import skgmsh as sg
print(sg.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/pvgmsh/discussions
url: https://github.com/pyvista/scikit-gmsh/discussions
about: For general questions and discussions

0 comments on commit e06999f

Please sign in to comment.