awesome-youtubers/contributing.md
José De Freitas 3232ec45a4
Add aclaratory
2020-08-26 13:44:44 -04:00

8.2 KiB

Contribution guidelines

Please follow the code of conduct. Note that "YouTube channel", "channel" and "youtuber" mean the same thing in this repository.

Add a youtuber

Please, only add youtubers that are actually awesome! "After all, it's a curation, not a collection". What is awesome? It doesn't matter if the youtuber isn't active anymore; if the youtuber has videos/playlists uploaded but no new videos, it still counts.

To add a youtuber, fork this repository, then edit the readme.md file and add the youtuber to the existing section you consider it fits well or you can also create another section if you need to (if you will, please keep in mind that a section holds several YouTube channels and is intended to work as it).

For a channel to be added, you need to follow these rules:

  • The channel is tech-related and the youtuber also teaches about teach stuff. It doesn't has to be mainly tech-related, but the content of the channel should at least be able to be used in technology. To explain me better, I'll give you these examples: a channel about JavaScript tutorials, a channel about web design, a channel about command-line cmdlets - these are mainly tech-related. A channel about freelancing as an illustrator, a channel about laws in the technology, a channel about how to keep track and save your money could not be mainly tech-related, but can be used and applied to tech. A channel about makeup or a channel about compilations of every-day jokes don't apply to this list.
  • It must be an entire YouTube channel (a youtuber). You can't add only one video or playlist.
  • The channel must be mainly English. There're good youtubers whose content isn't in English, that's why you can still add them but they need to be added into the markdown file, in the other-languages folder, corresponding to the language the channel is in (the code of conduct and these rules apply the same to non-english channels).
  • The link to the channel must redirect only to the youtuber's channel main page (it shouldn't redirect to one of their videos or to a specific channel section) (eg. https://www.youtube.com/user/github or https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ). Please do not use any link shortener and ensure that the link doesn't have any youtube parameter (eg. like the parameter that redirects the user to the subscribe button).
  • To get the avatar of the channel, go to the main channel's page, right-click the avatar and select "copy image adress". Use that link in the layout (please don't modify the image as any means. Also, don't change the width and/or height attributes on the tag).
  • Please add the badges accordingly to the channel (only add the badges if the channel meets the badges requirements) (refer to badges.md). Do not change any badge layout and please follow the order in badges.md (as "verified channel" appears at first, do so when adding the channel. If the channel doesn't meet the first badge, keep the order with the other ones. If it doesn't meet any requirement just don't add any). Please only use the links to the badges in the media folder.
  • The channel must follow the YouTube terms and any other rules provided by YouTube.
  • You should follow the layout style and positioning, which is this:
[<img align="left" height="94px" width="94px" alt="NAME_OF_THE_YOUTUBE_CHANNEL channel's avatar" src="LINK_TO_THE_AVATAR_OF_THE_YOUTUBE_CHANNEL"/>](LINK_TO_THE_CHANNEL)

[**NAME_OF_THE_CHANNEL**](LINK_TO_THE_CHANNEL) [<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`.

When adding a youtuber below other one, you should add another line. Example:

...
Featured playlists: `playlist-1`, `playlist-2`, `playlist-3`, `playlist-4`.

[<img align="left" height="94px" width="94px" alt="NAME_OF_THE_YOUTUBE_CHANNEL channel's avatar" src="LINK_TO_THE_AVATAR_OF_THE_YOUTUBE_CHANNEL"/>](LINK_TO_THE_CHANNEL)
...

The "Content about" section should not be more than 1 line. In this section, describe the main content of the channel. The "Featured playlists" section should not be more than 2 lines. In this section, put the best playlists of the youtuber. This is because as the youtuber should at least teach (maybe not explicitly) something according to its channel content. It doesn't have to be a literal YouTube playlist though; this is preferable, but if the youtuber doesn't have any playlist, you can consider as a playlist a series of videos. If still you consider the youtuber doesn't have any playlists, you can type "None". The "Featured playlists" section could lead to some layout problems. If the "Featured playlists" section is 2 lines, there won't be any problem with the layout. But, if the "Featured playlists" section is just 1 line, the youtuber below it will broke the layout. To solve this, add a line break <br/> just below the "Featured playlists" line. In the example above there should be a <br/> below the "Featured playlists" section, but I didn't put it to prevent confuse.

Example:

GitHub channel's avatar

GitHub Badge for youtubers that upload videos weekly
Content about: Open Source, security, app development
Featured playlists: Open Source Friday, GitHub Satellite 2020 - Work, Public Roadmap, GitHub Artic Code Vault.


Pull request template

You can add any number of youtubers at a time in just one pull request. To keep the order, please follow this pull request syntax (copy and paste):

- **Name of the youtuber:**
- **Link to the YouTube channel:**
- **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?***:

Example:

  • Name of the youtuber with the link to the channel: GitHub
  • Link to the YouTube channel: https://www.youtube.com/user/github
  • 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.

Open issues

If you find a layout issue, a typo or an outdated information about a youtuber, please open an issue explaining what it is about. If you have an idea of a possible feature, please also open an issue explaining your idea. The issue labels are asigned accordingly to every issue - follow them to know more about the issue.