Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.66 KB

File metadata and controls

50 lines (30 loc) · 1.66 KB

Contributing to LeetCode Torture

First off, thanks for taking the time to contribute to this torture machine 🎉

How Can I Contribute?

Reporting Bugs

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

  2. If you're unable to find an open issue addressing the problem, open a new one.

Suggesting Enhancements

  1. Create a feature request issue detailing what you'd like to see implemented.

Code Contribution

  1. Fork the repo on GitHub.
  2. Clone the forked repository.
  3. Create a new feature branch based on main.
  4. Make your changes.
  5. Ensure the code adheres to the existing style.
  6. Submit a pull request against the main branch of the upstream repository.

Coding Conventions

  • We primarily use JavaScript for this project.
  • Follow modern JavaScript best practices.
  • Code comments are appreciated.

Commit Messages

Write clear and meaningful Git commit messages (they can be funny, but make it clear too) It's not ideal to have something like "Increased torture by 500%", but you could say "Added more hard problems, increased torture by 500%" Just need to know what you did

Pull Requests

Ensure that your PRs are small, focused, and you clearly explain the changes made in the description.

License

By contributing to this project, you agree that your contributions will be licensed under the same terms used in the project.

Questions?

Feel free to contact the project maintainers if you have any questions or concerns.

Happy Coding! ✨