|
| 1 | +# How-To at a glance |
| 2 | + |
| 3 | +<div align="right" markdown="1"> |
| 4 | + |
1 | 5 | *[Read this in other languages](../README.md#translations)*
|
2 | 6 |
|
3 |
| -Welcome to Free-Programming-Books! We welcome new contributors; even those making their very first pull request on Github. If you're one of those, here are some resources that might help: |
| 7 | +</div> |
| 8 | + |
| 9 | +**Welcome to `Free-Programming-Books`!** |
| 10 | + |
| 11 | +We welcome new contributors; even those making their very first Pull Request (PR) on GitHub. If you're one of those, here are some resources that might help: |
| 12 | + |
| 13 | +* [About Pull Requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) |
| 14 | +* [Creating a Pull Requests](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) |
| 15 | +* [GitHub Hello World](https://docs.github.com/en/get-started/quickstart/hello-world) |
| 16 | +* [YouTube - GitHub Tutorial For Beginners](https://www.youtube.com/watch?v=0fKg7e37bQE) |
| 17 | +* [YouTube - How To Fork A GitHub Repo and Submit A Pull Request](https://www.youtube.com/watch?v=G1I3HF4YWEw) |
| 18 | +* [YouTube - Markdown Crash Course](https://www.youtube.com/watch?v=HUBNt18RFbo) |
| 19 | + |
| 20 | + |
| 21 | +Don't hesitate to ask questions; every contributor started with a first PR. So... why not join our [large, growing](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=ebookfoundation/free-programming-books) community. |
| 22 | + |
| 23 | +<details align="center" markdown="1"> |
| 24 | +<summary>Details about that growth</summary> |
4 | 25 |
|
5 |
| -* [About Pull Requests](https://help.github.com/articles/about-pull-requests/) |
6 |
| -* [Creating a pull request](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) |
7 |
| -* [Github Hello World](https://guides.github.com/activities/hello-world/) |
8 |
| -* [Youtube - Github Tutorial For Beginners](https://www.youtube.com/watch?v=0fKg7e37bQE) |
9 |
| -* [Youtube - How To Fork A GitHub Repo and Submit A Pull Request](https://www.youtube.com/watch?v=G1I3HF4YWEw) |
10 |
| -* [Youtube - Markdown Crash Course](https://www.youtube.com/watch?v=HUBNt18RFbo) |
| 26 | +[](https://www.apiseven.com/en/contributor-graph?chart=contributorOverTime&repo=ebookfoundation/free-programming-books) |
11 | 27 |
|
| 28 | +[](https://www.apiseven.com/en/contributor-graph?chart=contributorMonthlyActivity&repo=ebookfoundation/free-programming-books) |
12 | 29 |
|
13 |
| -Don't hesitate to ask questions; every contributor started with a first PR. So... why not join our [large, growing](https://contributor-graph-api.apiseven.com/contributors-svg?repo=EbookFoundation/free-programming-books) community. |
| 30 | +</details> |
14 | 31 |
|
15 |
| -Even if you're an experienced open source contributor, there are things that might trip you up. Once you've submitted your PR, GitHub Actions will run a linter, often finding little issues with spacing or alphabetization. If you get a green button, everything is ready for review, but if not, click "Details" under the check that failed to find out what the linter didn't like. Fix the problem and add a commit to your PR. |
| 32 | +Even if you're an experienced open source contributor, there are things that might trip you up. Once you've submitted your PR, ***GitHub Actions* will run a *linter*, often finding little issues with spacing or alphabetization**. If you get a green button, everything is ready for review; but if not, click "Details" under the check that failed to find out what the linter didn't like, and fix the problem adding a new commit to the branch from which your PR was opened. |
16 | 33 |
|
17 |
| -Finally, if you're not sure that the resource you want to add is appropriate for Free-Programming-Books, read through the guidelines in [CONTRIBUTING](CONTRIBUTING.md). ([translations](../README.md#translations)) |
| 34 | +Finally, if you're not sure that the resource you want to add is appropriate for `Free-Programming-Books`, read through the guidelines in [CONTRIBUTING](CONTRIBUTING.md) *([translations](../README.md#translations) also available)*. |
0 commit comments