Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 1.2 KB

Contributing to PushEngage Flutter SDK

We appreciate contributions from the community to improve and maintain the SDK. Please review the following guidelines before submitting issues or pull requests.

How to Contribute

Reporting Issues

If you encounter any issues or bugs:

  1. Search for existing issues to avoid duplicates.
  2. If a similar issue is not found, create a new issue with a detailed description.

Pull Requests

  1. Fork the Repository: Create a fork of the repository on GitHub.
  2. Create a Branch: Branch off from main for your contribution (e.g., feature/add-deep-link-support).
  3. Commit Changes: Follow clear, concise commit messages.
  4. Create a Pull Request: Open a pull request from your forked branch to the main branch of this repository.

Code Style

Please ensure your code adheres to Flutter’s style guidelines. This includes:

  • Proper indentation and naming conventions.
  • Comprehensive comments for complex logic.

Reviewing and Merging

Pull requests will be reviewed by our maintainers. If revisions are needed, the maintainer will communicate these in the PR comments.

Thank You!

We appreciate your effort to improve our SDK!