Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.3 KB

ISSUE_TEMPLATE.md

File metadata and controls

45 lines (30 loc) · 1.3 KB

Welcome to Straas.io and thanks for submitting an issue!

Please search the existing issues before filing a new one, including issues that are closed.

Please feel free to fill in the following info so we can help faster!

Step 1: Are you in the right place?

  • For issues or feature requests related to the code or document provided in this repository file a GitHub issue.
  • For general technical questions, post a question on StackOverflow.

Step 2: Describe your environment

  • SDK: [messaging-ui| messaging| media-core| extension-ima]
  • SDK version: _____
  • Android device: _____
  • Android OS version: _____
  • Google Play Services version: _____

Step 3: Describe the problem:

  • A bug report taken from the device just after the issue occurs, attached as a file. A bug report can be captured using adb bugreport. Output from adb logcat or a log snippet is not sufficient.

Steps to reproduce:

  • Steps describing how the issue can be reproduced, ideally in the demo app.



Observed Results:

  • What happened? This could be a description, log output, etc.

Expected Results:

  • What did you expect to happen?

Relevant Code:

// TODO(you): code here to reproduce the problem