Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 615 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 615 Bytes

Contributing

Git Fork Workflow

  1. Fork the repository
  2. Enable public access for your fork
  3. Make your code changes
  4. Commit your changes (git commit -am 'Add some feature/folder')
  5. Push your changes (git push origin master)
  6. Create a Pull Request to main branch.

Important Guidelines!

  • 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.