Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.33 KB

File metadata and controls

35 lines (24 loc) · 1.33 KB

Contributing to persistent_device_id

Thank you for your interest in contributing to this plugin! By participating in this project, you agree to follow the guidelines below.

How to report issues

Please check the issue tracker for existing issues before creating a new one. If your problem or idea is not already reported, please open a new issue using the templates provided.

Good issue reports should include:

  • A clear and descriptive title.
  • Detailed description of the problem or feature request.
  • Steps to reproduce the issue (for bugs).
  • Information about your environment: Android/iOS version, device, plugin version, Flutter version.
  • Screenshots or logs if applicable.

How to contribute code

  1. Fork the repository.
  2. Create a new branch from main with a descriptive name, e.g. fix-device-id-bug or feature-keychain-support.
  3. Write clear, concise commit messages.
  4. Write tests if applicable.
  5. Ensure your code follows the existing style.
  6. Run flutter analyze and flutter test to check for errors.
  7. Open a pull request describing your changes.

Code of Conduct

Please be respectful and considerate. Treat others how you want to be treated.


Thanks again for helping improve this project! If you have any questions, feel free to ask via issues.