Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1004 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (15 loc) · 1004 Bytes

Contributing to LeetCode Status

Thank you for your interest in contributing to LeetCode Status! We welcome contributions that help improve the project, whether it's through bug fixes, new features, or improvements to the documentation.


Guidelines

  • Coding Style: Please follow the existing coding style and formatting conventions of the project.
  • Testing: Ensure that your changes do not break existing functionality. If applicable, add tests for new features or fixes.
  • Commit Messages: Use clear, descriptive commit messages that explain the purpose of the change.
  • Pull Requests: Each pull request should be focused on a single feature or issue. Avoid mixing unrelated changes.

Reporting Bugs and Issues

If you encounter any bugs or have suggestions for improvements, please open an issue on the repository. Be sure to include as much information as possible to help us understand and reproduce the issue.


Thank you for contributing!