Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 1.03 KB

Contributing to Discrete Mathematics

Thank you for your interest in contributing to the Discrete Mathematics project! Your contributions help improve this resource for everyone.

How Can You Contribute?

  1. Report Bugs: If you find a bug or issue with any tutorial or exercise, please open an issue on GitHub.
  2. Suggest Enhancements: If you have ideas for new tutorials or improvements to existing ones, let us know!
  3. Submit Pull Requests: Feel free to fork the repository and submit a pull request with your changes. Please ensure that your code adheres to our coding standards.

Guidelines

  • Ensure your code is well-documented.
  • Follow the project's coding style.
  • Write clear commit messages that describe your changes.

Getting Started

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your branch back to your forked repository.
  5. Open a pull request against the main branch of this repository.

Thank you for helping us improve this project!