Giter Site home page Giter Site logo

share-your-ressources's Introduction

About share-your-ressources

en fr

This repo is a community project that lets you share resources, tools, applications, courses, etc. that you find interesting.

To keep the repo clean and easy to navigate, here are some guidelines to follow when adding a new resource.

Making a pull request

Making a pull request is mandatory to add any new resource:

  • Fork the project, a new repository should be created on your github account.
  • Clone this repo on your local machine :
    git clone https://github.com/YourUsername/share-your-ressources.git
  • Create a new branch :
    git checkout -b my-new-branch
  • Make your changes locally
  • Commit and push your changes
    git add .
    git commit -m "my new commit"
    git push origin my-new-branch
  • Github will propose you to make a pull request, click on the button and fill the form.

If you have any trouble, you can refer to this tutorial or ask for help in the Discord server.

Adding a new resource

First, you need to choose the right category and sub-category for your resource. If you can't find a suitable category, you can create a new one.

Note: If you create a new category or sub-category, you must update the summary.

Then, when you have found the right place for your resource, you can add it to the right file:

  • LINK-fr.md for french resources
  • LINK.md for english resources

Once you have modified the file, you can make a pull request. Ideally, you should add a description for each resource you add and make it available in both languages.

Adding a new language

If you want to add a new language, you need to create two files:

  • LINK-language.md for the resources in your language
  • README-language.md for the README in your language

You also need to add a badge at the beginning of each markdown file:

[![en](https://img.shields.io/badge/lang-en-blue.svg)](./README.md)
[![fr](https://img.shields.io/badge/lang-fr-blue.svg)](./README-fr.md)
[![language](https://img.shields.io/badge/lang-language-blue.svg)](./README-language.md)

Category format

Each category must follow this format:

---
## Category <a id="anchorToCategory"></a>
Description of the category (optional)

### Sub-category 1 <a id="anchorToSubCategory1"></a>
Description of the sub-category (optional)

| Description                 | Link                         |
| --------------------------- | ---------------------------- |
| Description of the resource | [Name of the resource](link) |

Summary format

The summary must contain every category and sub-category. It must be updated each time a new category or sub-category is added :

1. [Category 1](#anchorToCategory1)
    - [Sub-category 1](#anchorToSubCategory1)
    - [Sub-category 2](#anchorToSubCategory2)
2. [Category 2](#anchorToCategory2)
    - [Sub-category 1](#anchorToSubCategory1)
    - [Sub-category 2](#anchorToSubCategory2)

share-your-ressources's People

Contributors

raphhuynh avatar mrspaar avatar thibaultminneboo avatar gamingdy avatar

Stargazers

 avatar Amine Elb. avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.