Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

51 lines (30 loc) · 1.76 KB

Contributing

This repository is used for hosting artifacts. We don't generally accept pull-requests, but if you have a suggestion we will review it and apply it to our internal repository.

Feature requests

If you are contributing a feature request, please submit it to the SDK community.

Issues

You can submit an issue by using this form, or by emailing [email protected].

Writing Good Issue Reports and Feature Requests

File a single issue per problem or feature request. The more information you provide, the more likely we'll be able to reproduce and fix the issue. Please provide as much of the following information as possible.

Issue Description

A clear and concise description of what the bug is.

Reproduction Steps

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Behaviour

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem. Animated GIFs can be very helpful.

Log Output

Log output can be very helpful. Here are some links to show you how to enable our loggers:

Implementation Details

  • Code snippets of how you have initialised the SDK
  • SDK type and version, e.g. Support SDK 2.3.1
  • The iOS version, and whether it happens on a device, a simulator, or both.
  • The Xcode version
  • Is the SDK view controller added as a child view controller in your application?
  • If possible, a small sample app that shows the issue happening.