- Fork the repository
- Enable public access for your fork
- Make your code changes
- Commit your changes (
git commit -am 'Add some feature/folder'
) - Push your changes (
git push origin master
) - Create a Pull Request to main branch.
- No acronyms in folder name in order to provide clarity and avoid collisions.
- Do not use camel case or underscores for folder names.
- Arrange your folders in alphabetical order.
- Folder name or folder description should not contain special characters.