File tree Expand file tree Collapse file tree 4 files changed +9
-43
lines changed
Expand file tree Collapse file tree 4 files changed +9
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ production: clean all production-test
1010# # https://github.com/bitcoinops/bitcoinops.github.io/pull/494#discussion_r546376335
1111export GIT_PAGER ='_contrib/kill0'
1212JEKYLL_FLAGS = --future --drafts --unpublished --incremental
13+ # # Needed for github actions to work properly
14+ SHELL =/bin/bash
1315
1416clean :
1517 bundle exec jekyll clean
6163 mv onboarding-to-bitcoin-core.pdf bin/
6264
6365epub :
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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments