-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:adaptyteam/AdaptySDK-React-Native
- Loading branch information
Showing
4 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
blank_issues_enabled: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |