Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.5 KB

File metadata and controls

67 lines (43 loc) · 1.5 KB

Contributing to Lavacord

Thank you for your interest in contributing to Lavacord! We welcome all help, whether it's bug reports, feature requests, code contributions, or documentation improvements.


Table of Contents


Workflow

  1. Fork and clone this repository.
  2. Create a new branch in your fork based off the master branch.
  3. Make your changes.
  4. Commit your changes, and push them.
  5. Submit a Pull Request!

Code Style

  • Use Prettier for code formatting.
  • Write clear, concise, and descriptive code.
  • Include TSDoc comments for public APIs.

Commit Messages

  • Use Conventional Commits (e.g., fix:, feat:, chore:).
  • Example: fix(manager): handle reconnect on node failure

Pull Requests

  • Keep PRs focused and minimal.
  • Reference related issues with Fixes #issue_number.
  • Ensure all CI checks pass.
  • Be ready to respond to review feedback.

Community Standards

  • Be respectful and inclusive.
  • No harassment, discrimination, or toxic behavior.
  • For help or general discussion, join our Discord server.

License

By contributing, you agree your contributions will be licensed under the MIT License.


Happy coding