Browse Source

Update issue templates

Samuel Spencer 5 years ago
parent
commit
69a1d83c38

+ 34 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,34 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: 'type: bug'
+assignees: ''
+
+---
+
+## Bug Report
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Step one...
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+## Platform Information
+ - OS: [e.g. iOS 13.4, watchOS 6.2.1, tvOS 9.2.3, macOS 10.14.3, Catalyst 13.0]
+ - Purchase Type: [e.g. consumable, non-consumable, auto-renewable subscription, non-renewing subscription, discount]
+ - Environment: [e.g. sandbox, app review, production]
+ - SwiftyStoreKit version: [e.g. 0.16]
+
+
+## Additional context
+Add any other context about the problem here.
+
+**Potentially Related Issues**
+ - Issue #___
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.

+ 20 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: 'type: enhancement'
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.

+ 11 - 0
.github/ISSUE_TEMPLATE/question.md

@@ -0,0 +1,11 @@
+---
+name: Question
+about: General questions about SwiftyStoreKit
+title: ''
+labels: 'type: question'
+assignees: ''
+
+---
+
+## Question
+Please explain your question in detail here.