From 99114644a009a07ac882035f2c76aafae26d77ee Mon Sep 17 00:00:00 2001 From: eliabsisay <123114801+eliabsisay@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:42:35 -0800 Subject: [PATCH 1/3] Create issue template --- .github/ISSUE TEMPLATE/bug_report.md | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE TEMPLATE/bug_report.md diff --git a/.github/ISSUE TEMPLATE/bug_report.md b/.github/ISSUE TEMPLATE/bug_report.md new file mode 100644 index 00000000..ff17fd29 --- /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 emulator... +3. Throws error A or collects wrongly data B + +### Environment +* iOS version: +* Embrace SDK version: +* Emulator 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: + +``` + +``` +
From 3a1afe924b798964aa1fd2cb8e5c17e8f221c52d Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman <114942102+NachoEmbrace@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:19:09 -0300 Subject: [PATCH 2/3] Update .github/ISSUE TEMPLATE/bug_report.md --- .github/ISSUE TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE TEMPLATE/bug_report.md b/.github/ISSUE TEMPLATE/bug_report.md index ff17fd29..feaa43e8 100644 --- a/.github/ISSUE TEMPLATE/bug_report.md +++ b/.github/ISSUE TEMPLATE/bug_report.md @@ -5,7 +5,7 @@ A clear and concise description of what the bug is. ### Steps to reproduce 1. Calling API X -2. Doing this in the emulator... +2. Doing this in the simulator... 3. Throws error A or collects wrongly data B ### Environment From 7b29157c16435f33a21c3a32d4fe2c918a7f8613 Mon Sep 17 00:00:00 2001 From: Ignacio Tischelman <114942102+NachoEmbrace@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:19:36 -0300 Subject: [PATCH 3/3] Update .github/ISSUE TEMPLATE/bug_report.md --- .github/ISSUE TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE TEMPLATE/bug_report.md b/.github/ISSUE TEMPLATE/bug_report.md index feaa43e8..889653d2 100644 --- a/.github/ISSUE TEMPLATE/bug_report.md +++ b/.github/ISSUE TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ A clear and concise description of what the bug is. ### Environment * iOS version: * Embrace SDK version: -* Emulator or physical device: +* Simulator or physical device: ### Additonal context Add any other context about the problem here.