First off, thank you for considering contributing to GitMe! It's people like you that make GitMe such a great tool.
- Check the existing issues to see if the bug has already been reported.
- If not, open a new issue. Clearly describe the bug and include steps to reproduce it.
- Open an issue with the "enhancement" label.
- Describe the feature you'd like to see and why it would be useful.
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Use
npm run lintto ensure code quality.
- Use
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
Follow the established coding style in the project (React + Tailwind CSS).
By contributing to GitMe, you agree that your contributions will be licensed under its MIT License.