Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 974 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (29 loc) · 974 Bytes

Contributing to HackerSpace

Code of Conduct:

Reporting Issues:

How to Contribute:

  • Star ⭐ the repository (Optional).
  1. Fork the repository (Click the Fork button in the top right of this page)
  2. Clone the forked repository to your local machine.
  3. Create a New Branch.
git clone https://github.com/samratghosh291/Musicia.git
  1. change the present working directory
cd Musicia
  1. Make your changes
git add .
git commit -m "Your commit Message"
git push origin branch-name
  1. Create a pull request to the main repository's main branch.
  2. Follow our Contribution Guidelines.

Code Style:

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

Thank you for contributing to Course Manager!

Happy coding 🚀