diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 074759ca..346fba88 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5a738a26..dfb11a9c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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