Skip to content

Commit

Permalink
docs: use raw img links for contrib guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Sep 12, 2024
1 parent 48eb57e commit b09d781
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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
TOOL_NAME.

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

### Clone the repo

Expand Down Expand Up @@ -196,9 +196,7 @@ git push --set-upstream origin iss-10
> remote: Create a pull request for 'iss-10' on GitHub by visiting: <br>
> remote: https://github.com/CCBR/TOOL_NAME/pull/new/iss-10 <br>
> remote: <br>
> To https://github.com/CCBR/TOOL_NAME <br>
> <br>
> [new branch] iss-10 -> iss-10 <br>
> To https://github.com/CCBR/TOOL_NAME <br> > <br> > [new branch] iss-10 -> iss-10 <br>
> branch 'iss-10' set up to track 'origin/iss-10'. <br>

We recommend pushing your commits often so they will be backed up on GitHub.
Expand All @@ -213,7 +211,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/main/.github/img/new-PR.png)

Edit the PR title and description.
The title should briefly describe the change.
Expand All @@ -223,7 +221,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/main/.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 b09d781

Please sign in to comment.