Skip to content

Commit

Permalink
deploy: b3f9b73
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 17, 2024
1 parent dbcdec2 commit 7f702e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2 class="anchored" data-anchor-id="pull-request-process">Pull request process<
<p>We use <a href="https://docs.github.com/en/get-started/using-github/github-flow">GitHub Flow</a> as our collaboration process. Follow the steps below for detailed instructions on contributing changes to CCBR Tools.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="./img/GitHub-Flow_bg-white.png" class="img-fluid figure-img"></p>
<p><img src="https://raw.githubusercontent.com/CCBR/CCBR_NextflowTemplate/48eb57ececfac68136f1daec129c4e32025f387a/.github/img/GitHub-Flow_bg-white.png" class="img-fluid figure-img"></p>
<figcaption>GitHub Flow diagram</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -260,14 +260,14 @@ <h3 class="anchored" data-anchor-id="create-the-pr">Create the PR</h3>
<p>Select the branch you just pushed:</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="./img/new-PR.png" class="img-fluid figure-img"></p>
<p><img src="https://raw.githubusercontent.com/CCBR/CCBR_NextflowTemplate/48eb57ececfac68136f1daec129c4e32025f387a/.github/img/new-PR.png" class="img-fluid figure-img"></p>
<figcaption>Create a new PR from your branch</figcaption>
</figure>
</div>
<p>Edit the PR title and description. The title should briefly describe the change. Follow the comments in the template to fill out the body of the PR, and you can delete the comments (everything between <code>&lt;!--</code> and <code>--&gt;</code>) as you go. 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.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="./img/create-PR.png" class="img-fluid figure-img"></p>
<p><img src="https://raw.githubusercontent.com/CCBR/CCBR_NextflowTemplate/48eb57ececfac68136f1daec129c4e32025f387a/.github/img/create-PR.png" class="img-fluid figure-img"></p>
<figcaption>Open the PR after editing the title and description</figcaption>
</figure>
</div>
Expand Down

0 comments on commit 7f702e3

Please sign in to comment.