diff --git a/.github/ISSUE TEMPLATE/bug_report.md b/.github/ISSUE TEMPLATE/bug_report.md new file mode 100644 index 00000000..889653d2 --- /dev/null +++ b/.github/ISSUE TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ + + +### Describe the bug +A clear and concise description of what the bug is. + +### Steps to reproduce +1. Calling API X +2. Doing this in the simulator... +3. Throws error A or collects wrongly data B + +### Environment +* iOS version: +* Embrace SDK version: +* Simulator or physical device: + +### Additonal context +Add any other context about the problem here. + + + +### Example Repo + +- [ ] Create a minimal repository that can reproduce the issue +- [ ] Link to it here: + +### Example code snippet + +``` +# (Insert code sample to reproduce the problem) +``` + + +
Error messages: + +``` + +``` +