Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index: link first contribution page #71

Merged
merged 3 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading