|
| 1 | +<!-- Write all of the issues that are linked to this pull request. --> |
| 2 | +<!-- If this PR is enough to close them you can write something like "Closes #314 and closes #42" --> |
| 3 | +<!-- If you just want to reference them without closing them, you can add something like "References #112" --> |
1 | 4 | Closes # |
2 | 5 |
|
3 | | -## Proposed Changes |
| 6 | +<!-- Add a short description of the PR content here--> |
| 7 | + |
4 | 8 |
|
| 9 | +## Proposed Changes |
| 10 | +<!-- List major points of changes here, so that the reviewers can have a bit more context while looking at your work! --> |
5 | 11 | - |
6 | 12 | - |
7 | | - - |
| 13 | + - |
| 14 | + |
| 15 | +## Change Type |
| 16 | +<!-- Indicate the type of change you think your pull request is --> |
| 17 | +- [ ] `bugfix` (+0.0.1) |
| 18 | +- [ ] `minor` (+0.1.0) |
| 19 | +- [ ] `major` (+1.0.0) |
| 20 | +- [ ] `refactoring` (no version update) |
| 21 | +- [ ] `test` (no version update) |
| 22 | +- [ ] `infrastructure` (no version update) |
| 23 | +- [ ] `documentation` (no version update) |
| 24 | +- [ ] `other` |
| 25 | + |
| 26 | +## Checklist before review |
| 27 | +<!-- If this section is not clear, please read this part of the docs: https://phys2bids.readthedocs.io/en/latest/contributorfile.html#pr --> |
| 28 | +<!-- You're invited to open a draft PR ASAP, but before marking it "ready for review", check that you have done the following: --> |
| 29 | +- [ ] I added everything I wanted to add to this PR. |
| 30 | +- [ ] \[Code or tests only\] I wrote/updated the necessary docstrings. |
| 31 | +- [ ] \[Code or tests only\] I ran and passed tests locally. |
| 32 | +- [ ] \[Documentation only\] I built the docs locally. |
| 33 | +- [ ] My contribution is harmonious with the rest of the code: I'm not introducing repetitions. |
| 34 | +- [ ] My code respects the adopted style, especially linting conventions. |
| 35 | +- [ ] The title of this PR is explanatory on its own, enough to be understood as part of a changelog. |
| 36 | +- [ ] I added or indicated the right labels. |
| 37 | +<!-- If relevant, you can add a milestone label or indicate an ideal timeline for this PR, including whether the progress of this PR is linked to other PRs being completed before or after it. --> |
| 38 | +- [ ] I added information regarding the timeline of completion for this PR. |
| 39 | +<!-- If you want, you can ask for reviews on a draft PR --> |
| 40 | +- [ ] Please, comment on my PR while it's a draft and give me feedback on the development! |
0 commit comments