Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 938 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 938 Bytes

Contribution Guidelines

Any and all input is welcome, including:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Questions, criticisms, concerns, etc.

Pull Requests

  1. Fork the repo and create your branch from master.
  2. Make your code changes.
  3. Update the README documentation if needed.
  4. Create the pull request.

Issues

Report a bug by opening a new issue. Include steps to reproduce the error (and if possible sample code is always appreciated). To help with reproducing and testing issues there is an example project included in this repo: https://github.com/akaffenberger/firebase-ios-sdk-xcframeworks/tree/master/iOS%20Example

License

By contributing, you agree that your contributions will be licensed under the project's MIT License.