Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.79 KB

CONTRIBUTING.md

File metadata and controls

75 lines (49 loc) · 2.79 KB

Contributing to algorithm-design-prep

Thank you for your interest in contributing to algorithm-design-prep! We welcome contributions from the community to help improve and grow this project. Please take a moment to read the following guidelines.

Table of Contents

  1. Code of Conduct
  2. How Can I Contribute?
  3. Setting Up a Development Environment
  4. Submitting a Pull Request
  5. Code Review Process
  6. License

Code of Conduct

Please review our Code of Conduct before contributing. We expect all contributors to abide by these guidelines to ensure a positive and inclusive environment.

How Can I Contribute?

Reporting Bugs

If you find a bug or issue with the project, please open an issue on the GitHub repository. When reporting a bug, please provide detailed information about the issue and steps to reproduce it.

Suggesting Enhancements

If you have an idea for an enhancement or a new feature, feel free to open an issue on the GitHub repository. We appreciate your suggestions and will consider them for future releases.

Code Contributions

We welcome code contributions from the community! To contribute code:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and test thoroughly.
  4. Ensure your code follows the project's coding standards.
  5. Commit your changes with a clear and descriptive message.
  6. Push your branch to your fork.
  7. Submit a pull request to the main repository.

Setting Up a Development Environment

If you're interested in setting up a development environment for the project, you can find detailed instructions in the README file.

Submitting a Pull Request

When submitting a pull request, please include the following:

  • A clear and descriptive title.
  • A detailed description of the changes made.
  • Any related issues or pull requests.

Code Review Process

All contributions will go through a code review process. Reviewers will provide feedback and may request changes before the pull request is merged.

License

By contributing to algorithm-design-prep, you agree that your contributions will be licensed under the LICENSE file of the project.


Thank you for your contributions!