Skip to content

Commit

Permalink
[DOC] fixing typos in issues tempates & bug of pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jun 29, 2023
1 parent 6875ba5 commit 5746505
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/pipeline_reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ body:
Please make sure there is no concurrent issue about it : have a look [here](/docs/pipeline_status.md).
Once it's ok, start by changing the `team_id` in the title of this issue, then fill the form.
:warning: Please do not reference any other team IDs in the following, unless the issue is actually related these IDs.
- type: textarea
id: softwares
attributes:
Expand Down Expand Up @@ -52,7 +54,7 @@ body:
- [ ] :brain: Write the code for the pipeline, using Nipype and the file architecture described in [docs/pipelines.md](/docs/pipelines.md).
- [ ] :blue_book: Make sure your code is documented enough.
- [ ] :snake: Make sure your code is explicit and conforms with PEP8.
- [ ] :microscope: Create tests for your pipeline. You can use [`tests/pipelines/test_team_2T6S.py`](/tests/pipelines/test_team_2T6S.py) as an example.
- [ ] :microscope: Create tests for your pipeline. You can use files in [`tests/pipelines/test_team_*`](/tests/pipelines/) as examples.
- [ ] :microscope: Make sure your code passes all the tests you created (see [docs/testing.md](/docs/testing.md)).
- [ ] :inbox_tray: create a [pull request](/CONTRIBUTING.md#pull_requests) from your code.
validations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Checklist:
- [ ] Targets the `main` branch
- [ ] Changes are functional
- [ ] My code is explicit and comments were added to it
- [ ] Code conforms with
- [ ] Code conforms with PEP8
- [ ] Tests were added for the changes and they complete successfully
- [ ] Existing tests were updated (if needed) and they complete successfully
- [ ] Documentation was updated
2 changes: 1 addition & 1 deletion narps_open/utils/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def markdown(self):
output_markdown += '<br>:red_circle: not started yet\n'
output_markdown += '<br>:orange_circle: in progress\n'
output_markdown += '<br>:green_circle: completed\n'
output_markdown += 'The *softwares* column gives a simplified version of what can be '
output_markdown += '<br>The *softwares* column gives a simplified version of what can be '
output_markdown += 'found in the [team descriptions](/docs/description.md) under the '
output_markdown += '`general.software` column.\n'

Expand Down

0 comments on commit 5746505

Please sign in to comment.