Thank you for your interest in contributing to Discord Ticket Bot!
- Fork the repository and clone your fork.
- Install dependencies:
npm install - Copy
.env.exampleto.envand fill in your Discord bot credentials. - Run the bot locally:
npm start - Run tests:
npm test
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)
Use the feature request template and describe the problem you want to solve.
- Create a branch from
main. - Keep changes focused and minimal.
- Update documentation if behavior or configuration changes.
- Ensure
npm testpasses. - Do not commit
.envfiles or secrets.
- 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.