Browse Source

Add a link to learning more about Git for newcomers.

pull/2535/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
a5e5037f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/auto-comment-on-label.yaml

4
.github/workflows/auto-comment-on-label.yaml

@ -36,3 +36,7 @@ jobs: @@ -36,3 +36,7 @@ jobs:
- We use Storybook for testing and developing React components. `npm run storybook`.
- If you need to install the Go programming language to run the Owncast backend it's simple from [here](https://go.dev/dl/).
- Active contributors get an Owncast t-shirt! Ask about it if you feel like you've been contributing and haven't yet been given one.
### New to Git?
If you're brand new to Git you may want a short primer about the Fork -> Commit -> Pull Request workflow that enables changes to get made collaboratively using git. Visit the [First Contributions](https://github.com/firstcontributions/first-contributions) project to learn step-by-step how to commit a change to a Git repository such as this one.

Loading…
Cancel
Save