Contributions are welcome! If you have improvements or additional exercises/modules:
-
Fork the Project
- Click on the 'Fork' button at the top right corner
-
Create your Feature Branch
git checkout -b feature/AmazingFeature
-
Commit your Changes
git commit -m 'Add some AmazingFeature' -
Push to the Branch
git push origin feature/AmazingFeature
-
Open a Pull Request
- Go to the original repository and click on 'New Pull Request'
- Follow the existing code style and structure
- Add comments to explain complex logic
- Test your code before submitting
- Update documentation if needed
- Write clear commit messages