Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.08 KB

File metadata and controls

38 lines (26 loc) · 1.08 KB

Contributing

Thank you for your interest in contributing to Discord Ticket Bot!

Getting started

  1. Fork the repository and clone your fork.
  2. Install dependencies: npm install
  3. Copy .env.example to .env and fill in your Discord bot credentials.
  4. Run the bot locally: npm start
  5. Run tests: npm test

Reporting bugs

Please use the bug report template and include:

  • Steps to reproduce
  • Expected vs actual behavior
  • Node.js version
  • Any relevant logs (never include tokens or secrets)

Suggesting features

Use the feature request template and describe the problem you want to solve.

Pull requests

  1. Create a branch from main.
  2. Keep changes focused and minimal.
  3. Update documentation if behavior or configuration changes.
  4. Ensure npm test passes.
  5. Do not commit .env files or secrets.

Code style

  • Match the existing code style in the project.
  • Prefer simple, readable solutions over abstractions.
  • Keep user-facing messages in both PT-BR and EN-US when applicable.