-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
391 additions
and
56 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,75 @@ | ||
name: 🐞 Bug report | ||
description: File a Bug Report for unexpected or incorrect SDK Behavior | ||
title: '[Bug]: ' | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! Please consider contacting [email protected] for faster integration troubleshooting and to avoid leaking private information to our public Github issues. | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: Which Platforms? | ||
multiple: false | ||
options: | ||
- iOS | ||
- Android | ||
- Both | ||
validations: | ||
required: true | ||
- type: input | ||
id: platform_version | ||
attributes: | ||
label: Which Flutter Version? | ||
placeholder: ex. 3.4.3 | ||
validations: | ||
required: true | ||
- type: input | ||
id: sdk_version | ||
attributes: | ||
label: Which Braze Flutter SDK version? | ||
placeholder: ex. 10.1.0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: repro_rate | ||
attributes: | ||
label: Repro Rate | ||
description: How often can you reproduce this bug? | ||
placeholder: ex. 100% of the time | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro_steps | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Please provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) | ||
value: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected_behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: What was supposed to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual_behavior | ||
attributes: | ||
label: Actual Incorrect Behavior | ||
description: What incorrect behavior happened instead? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: verbose_logs | ||
attributes: | ||
label: Verbose Logs | ||
description: Please copy and paste verbose log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
id: other_info | ||
attributes: | ||
label: Additional Information | ||
description: Anything else you'd like to share? |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Braze Support | ||
url: https://support.braze.com/ | ||
about: Contact Braze Support for company or campaign-specific troubleshooting | ||
- name: Security Issues | ||
url: https://www.braze.com/docs/developer_guide/disclosures/security_and_vulnerability_disclosure/ | ||
about: Please report security vulnerabilities here. |
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,39 @@ | ||
name: ✅ Feature Request | ||
description: Request New SDK Features | ||
title: '[Feature]: ' | ||
labels: ["feature-request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Did you know: You can also submit feature requests in our [Public Roadmap Portal](https://dashboard.braze.com/resources/roadmap) | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What problem are you facing? | ||
description: Help us understand what you're unable to accomplish, or what's difficult with your integration | ||
placeholder: | | ||
ex: I am unable to accomplish XYZ today, since the SDK does not allow me to... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: workarounds | ||
attributes: | ||
label: Workarounds | ||
description: Are there any workarounds you can use? How complicated are they? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: ideal_solution | ||
attributes: | ||
label: Ideal Solution | ||
description: What would your ideal solution look like? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: other_information | ||
attributes: | ||
label: Other Information | ||
description: Any additional information you'd like to share? | ||
validations: | ||
required: false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.