Code of Conduct:
- Follow our Code of Conduct.
Reporting Issues:
- Open an issue for problems or suggestions.
How to Contribute:
- Star ⭐ the repository (Optional).
- Fork the repository (Click the Fork button in the top right of this page)
- Clone the forked repository to your local machine.
- Create a New Branch.
git clone https://github.com/samratghosh291/Musicia.git
- change the present working directory
cd Musicia
- Make your changes
git add .
git commit -m "Your commit Message"
git push origin branch-name
- Create a pull request to the main repository's
main
branch. - Follow our Contribution Guidelines.
Code Style:
- Follow the coding style and guidelines used in the project.
Thank you for contributing to Course Manager!