Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.68 KB

File metadata and controls

43 lines (27 loc) · 2.68 KB

How to contribute?

NOTE: We DO NOT add leetcode problems. They are just applications of basic principles that can be found in other algorithms included in the repository.

Did you find a bug?

Ensure the bug was not already reported by searching on GitHub under Project Issues.

  • If it is mentioned in the issues and you want to fix it, fork the repository and submit your implementation in a pull request. The project maintainers will evaluate it.
  • If the bug is NOT mentioned in the issues, open a new issue. Be sure to include a title, a clear description and a test case demonstrating the expected behavior that is not occurring.

NOTE: Please avoid opening issues asking to be "assigned" to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request and project maintainers will evaluate it.

Do you want to contribute to the documentation?

  • Fork the repository and make necessary changes.
  • Create a pull request.
  • It will be put under review for approval.
  • If approved, the requested changes will be merged to the repository.

Do you want to add a new feature?

  • Open a new issue.
  • Be sure to include a title, a clear description and a test case demonstrating the new feature you want to add to the project.

Do you know our Code of conduct?

We value the participation of every contributor and want to create a welcoming and respectful community. Please follow these guidelines:

  • Treat everyone with respect, kindness, and patience.
  • Focus on the content, not the person.
  • Provide feedback that is helpful and specific.
  • Respect the contribution guidelines,
  • If you witness or experience behavior that violates this code, report it to the maintainers via an issue or contact email.
  • All reports will be reviewed confidentially and handled appropriately. :fire: By contributing to this project, you agree to abide by this Code of Conduct! :fire:

Do you have questions about the source code?

👍🎉 That's all you need to know about the process now it's your turn to help us improve the repository, thank you again! 👍🎉