Skip to content

Commit

Permalink
GitHub: improved ISSUE_TEMPLATE (#3022)
Browse files Browse the repository at this point in the history
- Made the required fields a bit more obvious
- Changed some fields to checkboxes
- A reference to `.verbose` logs
  • Loading branch information
NachoSoto authored Aug 16, 2023
1 parent 6b69972 commit 41b3505
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,30 @@ A clear and concise description of what the bug is. The more detail you can prov
1. Environment
1. Platform:
2. SDK version:
3. StoreKit 2 (_disabled with `useStoreKit2IfEnabled(false)`_) (Y/N):
3. StoreKit version:
- [x] StoreKit 1
- [ ] StoreKit 2 (_enabled with `usesStoreKit2IfAvailable(true)`_)
4. OS version:
5. Xcode version:
6. How widespread is the issue. Percentage of devices affected.
2. [Debug logs](https://docs.revenuecat.com/docs/debugging) that reproduce the issue
6. Device and/or simulator:
- [ ] Device
- [ ] Simulator
7. Environment:
- [ ] Sandbox
- [ ] TestFight
- [ ] Production
8. How widespread is the issue. Percentage of devices affected.
2. [Debug logs](https://docs.revenuecat.com/docs/debugging) that reproduce the issue. **Complete logs with `Purchases.logLevel = .verbose` will help us debug this issue.**

```
Logs here
```

3. Steps to reproduce, with a description of expected vs. actual behavior

_Please fill in_

4. **Other information** (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)

**Additional context**
5. **Additional context**
Add any other context about the problem here.

0 comments on commit 41b3505

Please sign in to comment.