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.
- Code of Conduct
- How Can I Contribute?
- Setting Up a Development Environment
- Submitting a Pull Request
- Code Review Process
- License
Please review our Code of Conduct before contributing. We expect all contributors to abide by these guidelines to ensure a positive and inclusive environment.
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.
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.
We welcome code contributions from the community! To contribute code:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test thoroughly.
- Ensure your code follows the project's coding standards.
- Commit your changes with a clear and descriptive message.
- Push your branch to your fork.
- Submit a pull request to the main repository.
If you're interested in setting up a development environment for the project, you can find detailed instructions in the README file.
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.
All contributions will go through a code review process. Reviewers will provide feedback and may request changes before the pull request is merged.
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!