Skip to content

Commit

Permalink
docs: use hyperlinks to diagrams
Browse files Browse the repository at this point in the history
so they work everywhere
  • Loading branch information
kelly-sovacool committed Aug 16, 2024
1 parent 06ad4e5 commit b3f9b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ as our collaboration process.
Follow the steps below for detailed instructions on contributing changes to
CCBR Tools.

![GitHub Flow diagram](./img/GitHub-Flow_bg-white.png)
![GitHub Flow diagram](https://raw.githubusercontent.com/CCBR/CCBR_NextflowTemplate/48eb57ececfac68136f1daec129c4e32025f387a/.github/img/GitHub-Flow_bg-white.png)

### Clone the repo

Expand Down Expand Up @@ -200,7 +200,7 @@ Once your branch is ready, create a PR on GitHub:

Select the branch you just pushed:

![Create a new PR from your branch](./img/new-PR.png)
![Create a new PR from your branch](https://raw.githubusercontent.com/CCBR/CCBR_NextflowTemplate/48eb57ececfac68136f1daec129c4e32025f387a/.github/img/new-PR.png)

Edit the PR title and description.
The title should briefly describe the change.
Expand All @@ -210,7 +210,7 @@ Be sure to fill out the checklist, checking off items as you complete them or
striking through any irrelevant items.
When you're ready, click 'Create pull request' to open it.
![Open the PR after editing the title and description](./img/create-PR.png)
![Open the PR after editing the title and description](https://raw.githubusercontent.com/CCBR/CCBR_NextflowTemplate/48eb57ececfac68136f1daec129c4e32025f387a/.github/img/create-PR.png)
Optionally, you can mark the PR as a draft if you're not yet ready for it to
be reviewed, then change it later when you're ready.
Expand Down

0 comments on commit b3f9b73

Please sign in to comment.