First off, thank you for considering contributing to this project! It's people like you that make this bot better for everyone.
By participating in this project, you are expected to uphold our Code of Conduct:
- Use welcoming and inclusive language
- Be respectful of differing viewpoints and experiences
- Gracefully accept constructive criticism
- Focus on what is best for the community
- Show empathy towards other community members
Before creating bug reports, please check the existing issues to avoid duplicates. When you create a bug report, include as many details as possible:
- Use a clear and descriptive title
- Describe the exact steps which reproduce the problem
- Provide specific examples to demonstrate the steps
- Describe the behavior you observed after following the steps
- Explain which behavior you expected to see instead and why
- Include any error messages or logs
If you have a suggestion for the project:
- Use a clear and descriptive title
- Provide a detailed description of the suggested enhancement
- Explain why this enhancement would be useful
- List some examples of how it would be used
- Fork the repo and create your branch from
main
- If you've added code that should be tested, add tests
- Ensure the test suite passes
- Make sure your code follows the existing code style
- Write a convincing description of your PR and why we should land it
- Clone the repository
- Create a new branch:
git checkout -b feature/my-feature
orbugfix/issue-number
- Make your changes
- Run tests:
npm run test:all
- Commit your changes using a descriptive commit message
- Push to your fork and submit a pull request
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Use TypeScript for all new code
- Follow the existing code style
- Use meaningful variable names
- Add comments for complex logic
- Keep functions focused and small
- Write unit tests for new functionality
bug
: Something isn't workingenhancement
: New feature or requestdocumentation
: Improvements or additions to documentationhelp-wanted
: Extra attention is neededgood-first-issue
: Good for newcomers
Feel free to open an issue with your question or contact the maintainers directly.