Skip to content

Commit

Permalink
Merge pull request #71 from willcl-ark/make-contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark authored Dec 4, 2023
2 parents cbba696 + 6e97419 commit 8c9129a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/build-check.yml

This file was deleted.

4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ production: clean all production-test
## https://github.com/bitcoinops/bitcoinops.github.io/pull/494#discussion_r546376335
export GIT_PAGER='_contrib/kill0'
JEKYLL_FLAGS = --future --drafts --unpublished --incremental
## Needed for github actions to work properly
SHELL=/bin/bash

clean:
bundle exec jekyll clean
Expand Down Expand Up @@ -61,5 +63,5 @@ pdf:
mv onboarding-to-bitcoin-core.pdf bin/

epub:
asciidoctor -b epub3 -r asciidoctor-epub3 -r asciidoctor-diagram -o index.epub index_epub.adoc
bundle exec asciidoctor -b epub3 -r asciidoctor-epub3 -r asciidoctor-diagram -o index.epub index_epub.adoc
mv index.epub bin/onboarding-to-bitcoin-core.epub
2 changes: 1 addition & 1 deletion entries/first-contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ to Bitcoin Core but don't know what to work on or how to get started.
- If you're trying to find a particular file, learn about Bitcoin
Core's [architecture](/architecture.html).

- If you encounter confusing code, esearch the [history of that
- If you encounter confusing code, research the [history of that
particular code](/past-changes.html).

- To contribute a change:
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
review and <a href="404">learn as you go</a>.</p>
</div>

<div class="dah_card">
<p><b>Make a contribution</b></p>
<p>Get started making your <a href="/entries/first-contribution.html">first contribution</a>.</p>
</div>

<div class="dah_card">
<p><b>Squash a bug</b></p>
<p>The minimal information you need to <a href="/entries/bugs.html">fix a problem</a>.</p>
Expand Down

0 comments on commit 8c9129a

Please sign in to comment.