Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 790 Bytes

File metadata and controls

34 lines (25 loc) · 790 Bytes

Contributing

Contributions are welcome! If you have improvements or additional exercises/modules:

  • How to Contribute

  1. Fork the Project

    • Click on the 'Fork' button at the top right corner
  2. Create your Feature Branch

    git checkout -b feature/AmazingFeature
  3. Commit your Changes

    git commit -m 'Add some AmazingFeature'
  4. Push to the Branch

    git push origin feature/AmazingFeature
  5. Open a Pull Request

    • Go to the original repository and click on 'New Pull Request'

Contribution Guidelines :

  • 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