Thanks for your interest in contributing! π
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Ensure tests pass
- Open a Pull Request with a clear description
- Bug Reports
- Feature Requests
- Questions
Templates will be added in .github/ISSUE_TEMPLATE/ soon.
- Use TypeScript
- Run ESLint:
npm run lint - Format with Prettier:
npm run format
A pre-configured
.eslintrc.jsand.prettierrcwill be added.
- Clear title & description
- Reference related issues (
Closes #123) - Include tests where applicable
- Follow the structure and naming conventions
We welcome contributors of all levels β€οΈ