Skip to content

Commit

Permalink
Merge branch 'master' of github.com:adaptyteam/AdaptySDK-React-Native
Browse files Browse the repository at this point in the history
  • Loading branch information
divanc committed Mar 14, 2023
2 parents fb3990b + 2cad7c3 commit 0c801e0
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: 🐛 Bug Report
description: Report a reproducible bug or regression in Adapty SDK.
labels: ["bug"]
assignees:
- divanc
body:
- type: markdown
attributes:
value: |
Please provide all the requested information. It will help us to resolve this issue faster
- type: textarea
id: what-happened
attributes:
label: Description
description: |
Please provide a clear and concise description of what the bug is. Include screenshots and logs if needed
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of `react-native-adapty` are you running?
placeholder: v2.3.11
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What platforms are you seeing the problem on?
multiple: true
options:
- iOS
- Android
validations:
required: true
- type: textarea
id: logs
attributes:
label: System info
description: |
Run `npx react-native` info in your terminal, copy and paste the results here.
render: yml
validations:
required: true
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
blank_issues_enabled: false

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 💫 Feature request
description: Request a new feature
labels: ["enhancement"]
assignees:
- divanc
body:
- type: markdown
attributes:
value: |
Want event more? Request a feature, that you think would benefit this SDK
- type: textarea
id: what-happened
attributes:
label: Description
description: |
Provide a clear description of a feature. Add expected usage scenarios
placeholder: What is it you desire?
validations:
required: true
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 🤔 Question
description: Ask a question about anything that is unclear about Adapty
labels: ["question"]
assignees:
- divanc
body:
- type: markdown
attributes:
value: |
Have we missed something? Does documentation lacks something?
- type: textarea
id: what-happened
attributes:
label: Description
description: |
Write down your question. Include screenshots and logs if needed
placeholder: Provide your question
value: "How high the moon?"
validations:
required: true
- type: textarea
id: logs
attributes:
label: System info
description: |
Run `npx react-native` info in your terminal, copy and paste the results here.
render: yml

0 comments on commit 0c801e0

Please sign in to comment.