Skip to content

Commit

Permalink
Create bug issue template for iOS (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Tischelman <[email protected]>
  • Loading branch information
eliabsisay and NachoEmbrace authored Nov 7, 2024
1 parent 8da3b9c commit a7acf84
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- Before raising, please check if somebody else has already reported your issue. -->

### 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.

<!--
Below are a few approaches you might take to communicate the issue, in
descending order of awesomeness. Please choose one and feel free to delete
the others from this template.
-->

### Example Repo <!-- Option 1 -->

- [ ] Create a minimal repository that can reproduce the issue
- [ ] Link to it here:

### Example code snippet <!-- Option 2 -->

```
# (Insert code sample to reproduce the problem)
```

<!-- Error messages, if any -->
<details><summary>Error messages:</summary>

```
```
</details>

0 comments on commit a7acf84

Please sign in to comment.