Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

68 lines (52 loc) · 1.78 KB

English | Français

English

Contribute to this Project 🤝

Thanks for showing interest and helping out 🤙🏾

Follow these steps

Before starting check if the channel you want to add already exists on the list, if NO then you can continue ✔

Adding Your Channel

  1. Fork the repository
  2. Open js/data.js
  3. Add your channel to the appropriate section following this format:
// For development channels (in the dev array)
{
  name: "Your Channel Name",
  url: "https://www.youtube.com/c/your-channel"
}

// For other tech channels (in the others array)
{
  name: "Your Channel Name",
  url: "https://www.youtube.com/c/your-channel"
}
  1. Ensure channels are in alphabetical order
  2. Create a pull request
  3. I'll review it, and decide whether it should be merged
  4. You're done

Français

Contribuez à ce projet 🤝

Merci de votre intérêt et de votre aide 🤙🏾

Suivez ces étapes

Avant de commencer, vérifiez si la chaîne que vous souhaitez ajouter existe déjà dans la liste, si NON, vous pouvez continuer ✔

Ajouter Votre Chaîne

  1. Forkez le dépôt
  2. Ouvrez js/data.js
  3. Ajoutez votre chaîne dans la section appropriée selon ce format :
// Pour les chaînes de développement (dans le tableau dev)
{
  name: "Nom de Votre Chaîne",
  url: "https://www.youtube.com/c/votre-chaine"
}

// Pour les autres chaînes tech (dans le tableau others)
{
  name: "Nom de Votre Chaîne",
  url: "https://www.youtube.com/c/votre-chaine"
}
  1. Assurez-vous que les chaînes sont en ordre alphabétique
  2. Créez une pull request
  3. Je vais l'examiner et décider s'il doit être fusionné
  4. Vous avez terminé