Skip to content

Commit

Permalink
Add Codespaces instructions to pipeline template CONTRIBUTING too
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Nov 3, 2022
1 parent 6654027 commit 0146a89
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ nf-core create -n testpipeline -d "This pipeline is for testing"
nf-core lint nf-core-testpipeline
```


## GitHub Codespaces

This repo includes a devcontainer configuration which will create a GitHub Codespaces for Nextflow development! This is an online developer environment that runs in your browser, complete with VSCode and a terminal.
Expand All @@ -138,7 +137,7 @@ To get started:
- Open the repo in [Codespaces](https://github.com/nf-core/tools/codespaces)
- Tools installed
- nf-core
- nextflow
- Nextflow

Devcontainer specs:

Expand Down
16 changes: 16 additions & 0 deletions nf_core/pipeline-template/.github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,19 @@ If you are using a new feature from core Nextflow, you may bump the minimum requ
### Images and figures

For overview images and other documents we follow the nf-core [style guidelines and examples](https://nf-co.re/developers/design_guidelines).

## GitHub Codespaces

This repo includes a devcontainer configuration which will create a GitHub Codespaces for Nextflow development! This is an online developer environment that runs in your browser, complete with VSCode and a terminal.

To get started:

- Open the repo in [Codespaces](https://github.com/{{ name }}/codespaces)
- Tools installed
- nf-core
- Nextflow

Devcontainer specs:

- [DevContainer config](.devcontainer/devcontainer.json)
- [Dockerfile](.devcontainer/Dockerfile)

0 comments on commit 0146a89

Please sign in to comment.