Skip to content

Commit

Permalink
[FIX] Fix PR checklist line skip (#3517)
Browse files Browse the repository at this point in the history
* rm line skip

* add line skip
  • Loading branch information
Remi-Gau committed Feb 24, 2023
1 parent afa2194 commit ec57e56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ jobs:
- [ ] Changelog or what's new entry in `doc/changes/latest.rst`
(see our documentation on [PR structure](https://nilearn.github.io/stable/development.html#pr-structure))
For new features:
- [ ] There is at least one unit test per new function / class
(see our documentation on [testing](https://nilearn.github.io/stable/development.html#tests))
- [ ] The new feature is demoed in at least one relevant example.
For bug fixes:
For bug fixes:
- [ ] There is at least one test that would fail
under the original bug conditions.
Expand Down

0 comments on commit ec57e56

Please sign in to comment.