From 97b5a97e660c867d01ffc683031e38c35ff7d034 Mon Sep 17 00:00:00 2001 From: danibene <34680344+danibene@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:27:57 -0400 Subject: [PATCH] Revert "Revert "fix typo in PULL_REQUEST_TEMPLATE.md"" This reverts commit 143579ee5b4770b5653dc0c59ce50fd05653db08. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6fac051d54..8f72b60d30 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,6 +15,6 @@ I changed the `foo()` function so that ... Here are some things to check before creating the PR. If you encounter any issues, do let us know :) - [ ] I have read the [CONTRIBUTING](https://github.com/neuropsychology/NeuroKit/blob/master/.github/CONTRIBUTING.rst#structure-and-code) file. -- [ ] My PR is targetted at the **dev branch** (and not towards the master branch). +- [ ] My PR is targeted at the **dev branch** (and not towards the master branch). - [ ] I ran the [CODE CHECKS](https://github.com/neuropsychology/NeuroKit/blob/master/.github/CONTRIBUTING.rst#run-code-checks) on the files I added or modified and fixed the errors. -- [ ] I have added the newly added features to **News.rst** (if applicable) \ No newline at end of file +- [ ] I have added the newly added features to **News.rst** (if applicable)