awesome-youtubers/contributing.md

52 lines
3.4 KiB
Markdown
Raw Normal View History

2020-08-25 22:10:45 +00:00
# Contribution guidelines
Please follow the [code of conduct](https://github.com/JoseDeFreitas/awesome-youtubers/blob/master/code-of-conduct.md).
Only add youtubers that are **awesome**! *"After all, it's a curation, not a collection"*. [What is awesome?](https://github.com/sindresorhus/awesome/blob/main/awesome.md#only-awesome-is-awesome)
## Add the YouTuber following this format
2020-08-25 22:10:45 +00:00
```html
[<img align="left" height="94px" width="94px" alt="Channel's avatar" src="LINK_TO_THE_AVATAR_OF_THE_YOUTUBE_CHANNEL"/>](LINK_TO_THE_CHANNEL_MAIN_PAGE)
2020-08-25 22:10:45 +00:00
[**NAME_OF_THE_CHANNEL**](LINK_TO_THE_CHANNEL_MAIN_PAGE) [<img height="16px" width="16px" alt="Badge for verified YouTube channels" src="media/badge-verified.svg" title="Is a verified YouTube channel"/>](badges.md#verified-youtube-channel) [<img height="16px" width="16px" alt="Badge for youtubers that upload videos weekly" src="media/badge-weekly.svg" title="Uploads videos weekly"/>](badges.md#weekly-video-upload) \
Content about: EXAMPLE, EXAMPLE, EXAMPLE \
Featured playlists: `PLAYLIST 1`, `PLAYLIST 2`, `PLAYLIST 3`, `PLAYLIST 4`. \
<br/>
2020-08-26 17:44:44 +00:00
```
<details>
<summary>Example:</summary>
2020-08-26 16:02:50 +00:00
[<img align="left" height="94px" width="94px" alt="GitHub channel's avatar" src="https://yt3.ggpht.com/a/AATXAJzVBGU-QyENevFp8etYX1iEak8Y7KEjUPsucWAvAA=s100-c-k-c0xffffffff-no-rj-mo"/>](https://www.youtube.com/user/github)
[**GitHub**](https://www.youtube.com/user/github) [<img height="16px" width="16px" alt="Badge for youtubers that upload videos weekly" src="media/badge-weekly.svg" title="Uploads videos weekly"/>](badges.md#weekly-video-upload) \
2020-09-20 16:50:10 +00:00
Content about: Open Source, Security, App development \
2020-08-26 16:46:25 +00:00
Featured playlists: `Open Source Friday`, `GitHub Satellite 2020 - Work`, `Public Roadmap`, `GitHub Artic Code Vault`.
</details>
2020-08-26 16:05:24 +00:00
**Only edit the words that are in ALL UPPER CASE. Leave all the other things as they are. Considerations below.**
- In the example, you see the two badges were added (verified YouTube and weekly upload badges). If the channel doesn't meet one of this requirements, remove the badge. More information on the [badges file](badges.md).
- If the "Featured playlists" section is shorter than 124 characters, and a `\` symbol and a `<br/>` tag on the line below. Otherwise, don't do it.
- Pay attention to all the other characters: dots, commas, asterisks, etc. Some of them are used by the [awesome YouTubers linter](linter/).
- Before making the pull request, make sure the layout looks good.
2020-09-23 20:50:02 +00:00
## Add the pull request content following this format
2020-08-26 16:02:50 +00:00
```markdown
2020-08-26 16:02:50 +00:00
- **Name of the youtuber:**
- **What the channel is about (eg. web development, design, ...)**:
- **Which section is the channel in? (if you created a section, please specify why)**:
- **Why do you consider the youtuber deserves a place in this list? *What does make it awesome?***:
```
<details>
<summary>Example:</summary>
2020-08-26 16:02:50 +00:00
- **Name of the youtuber**: GitHub
2020-08-26 16:02:50 +00:00
- **What the channel is about (eg. web development, design, ...)**: Software Development Platform for storing repositories.
- **Which section is the channel in? (if you created a section, please specify why)**: Open Source
- **Why do you consider the youtuber deserves a place in this list? *What does make it awesome?***: The youtuber uploads videos every day with general-tech tutorials. These tutorials include securing your organization, finding vulnerabilities, using GitHub actions and more. It also has pretty useful playlists where you can find talks from professionals that teach you diverse topics.
</details>