Skip to content

Commit 8c9129a

Browse files
authored
Merge pull request chaincodelabs#71 from willcl-ark/make-contribution
2 parents cbba696 + 6e97419 commit 8c9129a

File tree

4 files changed

+9
-43
lines changed

4 files changed

+9
-43
lines changed

.github/workflows/build-check.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ production: clean all production-test
1010
## https://github.com/bitcoinops/bitcoinops.github.io/pull/494#discussion_r546376335
1111
export GIT_PAGER='_contrib/kill0'
1212
JEKYLL_FLAGS = --future --drafts --unpublished --incremental
13+
## Needed for github actions to work properly
14+
SHELL=/bin/bash
1315

1416
clean:
1517
bundle exec jekyll clean
@@ -61,5 +63,5 @@ pdf:
6163
mv onboarding-to-bitcoin-core.pdf bin/
6264

6365
epub:
64-
asciidoctor -b epub3 -r asciidoctor-epub3 -r asciidoctor-diagram -o index.epub index_epub.adoc
66+
bundle exec asciidoctor -b epub3 -r asciidoctor-epub3 -r asciidoctor-diagram -o index.epub index_epub.adoc
6567
mv index.epub bin/onboarding-to-bitcoin-core.epub

entries/first-contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ to Bitcoin Core but don't know what to work on or how to get started.
3535
- If you're trying to find a particular file, learn about Bitcoin
3636
Core's [architecture](/architecture.html).
3737

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

4141
- To contribute a change:

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
review and <a href="404">learn as you go</a>.</p>
4545
</div>
4646

47+
<div class="dah_card">
48+
<p><b>Make a contribution</b></p>
49+
<p>Get started making your <a href="/entries/first-contribution.html">first contribution</a>.</p>
50+
</div>
51+
4752
<div class="dah_card">
4853
<p><b>Squash a bug</b></p>
4954
<p>The minimal information you need to <a href="/entries/bugs.html">fix a problem</a>.</p>

0 commit comments

Comments
 (0)