Skip to content

Commit

Permalink
Merge pull request #2813 from mashehu/fix-syntax-in-contributing
Browse files Browse the repository at this point in the history
Fix markdown syntax in contributing.md
  • Loading branch information
mashehu authored Feb 29, 2024
2 parents 6499a61 + b30d765 commit 412a43c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
types: [created]
pull_request_target:
types: [opened]
branches:
- dev

jobs:
update_changelog:
Expand Down
7 changes: 3 additions & 4 deletions nf_core/pipeline-template/.github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Contributions to the code are even more welcome ;)

{% if branded -%}

:::info
If you need help using or modifying {{ name }} then the best place to ask is on the nf-core Slack [#{{ short_name }}](https://nfcore.slack.com/channels/{{ short_name }}) channel ([join our Slack here](https://nf-co.re/join/slack)).
:::
> [!NOTE]
> If you need help using or modifying {{ name }} then the best place to ask is on the nf-core Slack [#{{ short_name }}](https://nfcore.slack.com/channels/{{ short_name }}) channel ([join our Slack here](https://nf-co.re/join/slack)).
{% endif -%}

Expand All @@ -33,7 +32,7 @@ If you're not used to this workflow with git, you can start with some [docs from

You have the option to test your changes locally by running the pipeline. For receiving warnings about process selectors and other `debug` information, it is recommended to use the debug profile. Execute all the tests with the following command:

```
```bash
nf-test test --profile debug,test,docker --verbose
```

Expand Down

0 comments on commit 412a43c

Please sign in to comment.