Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 499 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 499 Bytes

Contributing Guide

To contribute to mkdev, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.