-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create bug issue template for iOS (#117)
Co-authored-by: Ignacio Tischelman <[email protected]>
- Loading branch information
1 parent
8da3b9c
commit a7acf84
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |