Thank you for your interest in contributing to FlipChanger! This is a learning project, and we welcome contributions from developers of all skill levels.
If you find a bug, please open an issue using the Bug Report template. Include:
- Clear description of the issue
- Steps to reproduce
- Expected vs. actual behavior
- Environment details (Flipper Zero firmware version, etc.)
Feature requests are welcome! Use the Feature Request template to describe:
- What you'd like to see
- Why it would be useful
- How you envision it working
- Fork the repository
- Create a branch for your feature/fix:
git checkout -b feature/your-feature-name
- Make your changes following the project's coding style
- Test your changes on a Flipper Zero device if possible
- Commit your changes with clear commit messages
- Push to your fork and open a Pull Request
- Write clear, readable code
- Add comments for complex logic
- Keep functions focused and small
- Follow existing code style
- Test on actual hardware when possible
Feel free to open an issue with the "question" label if you need clarification or have questions about the project.
By contributing to FlipChanger, you agree that your contributions will be licensed under the MIT License.