Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.51 KB

File metadata and controls

48 lines (34 loc) · 1.51 KB

Contributing to FlipChanger

Thank you for your interest in contributing to FlipChanger! This is a learning project, and we welcome contributions from developers of all skill levels.

How to Contribute

Reporting Bugs

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.)

Suggesting Features

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

Code Contributions

  1. Fork the repository
  2. Create a branch for your feature/fix:
    git checkout -b feature/your-feature-name
  3. Make your changes following the project's coding style
  4. Test your changes on a Flipper Zero device if possible
  5. Commit your changes with clear commit messages
  6. Push to your fork and open a Pull Request

Coding Guidelines

  • Write clear, readable code
  • Add comments for complex logic
  • Keep functions focused and small
  • Follow existing code style
  • Test on actual hardware when possible

Questions?

Feel free to open an issue with the "question" label if you need clarification or have questions about the project.

License

By contributing to FlipChanger, you agree that your contributions will be licensed under the MIT License.