diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f167b5e..fcc2300 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,8 +14,8 @@ assignees: '' #### Steps to reproduce 〈Replace this text with a code snippet or minimal working example [MWE] to replicate your problem. This example should involve some simulated data (e.g., -one of those shipped with PyBispectra `pybispectra.data.example_data.DATASETS` -that can be loaded with `pybispectra.get_example_data_paths()`), or one of the +one of those shipped with PyPARRM `pyparrm.data.example_data.DATASETS` +that can be loaded with `pyparrm.get_example_data_paths()`), or one of the [datasets shipped with MNE-Python] (e.g., the [sample] dataset). If you cannot replicate the error on a built-in dataset, provide a link to a small, anonymised portion of your data that yields the error.〉 @@ -37,6 +37,6 @@ description of the results.〉 #### Additional information 〈Replace this text with information about your system. This should include -information about the PyBispectra version (`pybispectra.__version__`) as well +information about the PyPARRM version (`pyparrm.__version__`) as well as other information that can be found with MNE by running `import mne; mne.sys_info()`.〉