Files
ESLPwn/CONTRIBUTING.md
T
I12BP8 1cb4407729 Merge pull request #59 from Hoggormino/docs-hygiene
Docs: fix stale feature claims and worker URL instructions
2026-09-17 17:15:59 +02:00

1.3 KiB

Contributing to TagTinker

Thanks for wanting to help out! Here's how to get involved.

Getting Started

  1. Fork the repo
  2. Create a feature branch: git checkout -b my-feature
  3. Make your changes
  4. Test on hardware if possible (or at minimum, make sure make build-fap (plain ufbt) passes). CI builds the Flipper FAP, the cloud worker and the ESP32 firmware on every PR, so keep all three compiling.
  5. Commit with a clear message
  6. Open a pull request

Code Style

  • C99, no C++ features
  • 4-space indentation (no tabs)
  • snake_case for 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

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.