Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update StoreKit Version Info in GitHub Issues Template #4254

Merged
merged 6 commits into from
Sep 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: 🐛 Bug report
about: Filling a bug report
title: ''
title: ""
labels: bug
assignees: ''

assignees: ""
---

- [ ] I have updated Purchases SDK to the latest version
Expand All @@ -20,8 +19,8 @@ A clear and concise description of what the bug is. The more detail you can prov
1. Platform:
2. SDK version:
3. StoreKit version:
- [x] StoreKit 1
- [ ] StoreKit 2 (_enabled with `usesStoreKit2IfAvailable(true)`_)
- [ ] StoreKit 1 (default on versions <5.0.0. Can be enabled in versions >=5.0.0 with `.with(storeKitVersion: .storeKit1)`)
- [x] StoreKit 2 (default on versions >=5.0.0)
4. OS version:
5. Xcode version:
6. Device and/or simulator:
Expand All @@ -41,8 +40,8 @@ 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.)

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