Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 1.23 KB

File metadata and controls

23 lines (20 loc) · 1.23 KB

Contribution guide

We encourage you to make some changes to a topic to make it more understandable or fix grammar mistakes or translate it into other languages.

Pull Requests

  • Sync - Please make sure your repository is up to date with ours to avoid conflicts as much as possible.
  • Language - Please make sure to check your contribution for grammar mistakes and typos as much as possible.
  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.
  • Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

Translation

  • Create a new folder with the language code. Available languages codes.
  • Copy all available files into your folder and then translate their content.
  • Finally, add the language name and README.md path inside the main README.md file.

Example

│   README.md
│    ...    
│
└───  language-code eg:fr (French)
    │   README.md
    │   ...