- If you have some content suggestions and you don't feel comfortable with git then the best is to open an issue where you provide your content in markdown.
- At the moment you need to have nodejs installed
- Do
npm install yarn
in your console, we are using yarn as a package manager.
- Always run
yarn develop
before committing. This will run the website locally in your pc. - Do a branch that starts with
content/your-version-name
and do a pull request tomaster
- Not all contributions are related to code or content.
- If you have ideas, suggestions, etc, you can always open an issue, and use labels, we have some tips on how to open issues.