Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 775 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 775 Bytes

Contributing to HackerSpace

Code of Conduct:

How to Contribute:

  • Star ⭐ the repository (Optional).
  1. Fork the repository.
  2. Clone your fork to your local machine.
    git clone <URL>
  3. Create a new branch for your contribution.
    git checkout -b <Branch name>
  4. Make changes, commit them, and push them to your fork.
  5. Create a pull request to the main repository's main branch.
  6. Follow our Contribution Guidelines.

Reporting Issues:

Code Style:

  • Follow the coding style and guidelines used in the project.

Thank you for contributing to Course Manager!