mirror of
https://github.com/i12bp8/TagTinker.git
synced 2026-06-22 23:41:51 +00:00
1.2 KiB
1.2 KiB
Contributing to TagTinker
Thanks for wanting to help out! Here's how to get involved.
Getting Started
- Fork the repo
- Create a feature branch:
git checkout -b my-feature - Make your changes
- Test on hardware if possible (or at minimum, ensure
ufbt buildpasses) - Commit with a clear message
- Open a pull request
Code Style
- C99, no C++ features
- 4-space indentation (no tabs)
snake_casefor functions and variables- Keep functions short and focused
What We're Looking For
- Bug fixes (especially memory-related — the Flipper has very limited heap)
- Support for new ESL tag sizes and models
- NFC tag support for additional ESL formats
- UI/UX improvements
- Android companion app improvements
Pull Request Guidelines
- Use "Create a merge commit" when merging to preserve contributor attribution.
- Keep commits focused — one feature or fix per PR.
Reporting Issues
Please open a GitHub issue with:
- What you expected to happen
- What actually happened
- Your Flipper firmware version
- The ESL model you're testing with (if applicable)
License
By contributing, you agree that your contributions will be licensed under GPL-3.0.