-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from BranchMetrics/gdeluna-branch/SDK-1614
New issue report form
- Loading branch information
Showing
4 changed files
with
111 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,83 @@ | ||
--- | ||
assignees: [] | ||
body: | ||
- | ||
attributes: | ||
description: "What is the problem? A clear and concise description of what the bug is." | ||
label: "Describe the bug" | ||
placeholder: "Tell us what you see!" | ||
id: description | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "Please provide as much step-by-step detail as possible including logs, stack traces, and uncaught exceptions." | ||
label: "Steps to reproduce" | ||
value: | | ||
1. | ||
2. | ||
3. | ||
id: steps | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "What did you expect to happen?" | ||
label: "Expected behavior" | ||
id: expected | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "What version of sdk are you seeing this issue on?" | ||
label: "SDK Version" | ||
placeholder: "1.3.5" | ||
id: sdk-version | ||
type: input | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "What version of Xcode are you using?" | ||
label: "XCode Version" | ||
placeholder: "13.4.1" | ||
id: xcode-version | ||
type: input | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "What devices or emulators are you seeing this bug on?" | ||
label: Device | ||
placeholder: "iPhone 13" | ||
id: device | ||
type: input | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "What is the version of iOS?" | ||
label: OS | ||
placeholder: "15.6.1" | ||
id: os | ||
type: input | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "Anything else that might be relevant for troubleshooting this bug. Any screenshots or videos that show the issue are very helpful." | ||
label: "Additional Information/Context" | ||
id: context | ||
type: textarea | ||
validations: | ||
required: false | ||
|
||
description: "Found a bug in the Branch Adobe Launch iOS SDK? File it here." | ||
labels: | ||
- bug | ||
- needs-triage | ||
name: "🐞 Bug report" | ||
title: "(short issue description)" |
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,9 @@ | ||
--- | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "📕 Documentation Issue" | ||
url: https://help.branch.io/developers-hub/docs/adobe-launch-ios-sdk | ||
about: Report an issue in the Branch Adobe Launch iOS SDK Reference documentation by clicking "Suggest edits" button on the documentation page. | ||
- name: "Branch Support" | ||
url: https://help.branch.io/using-branch/page/submit-a-ticket | ||
about: If you are having general trouble with Branch Adobe Launch iOS SDK integration, please submit a ticket to Branch Support. |
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,14 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
description: Suggest an idea for this project | ||
title: "(short issue description)" | ||
labels: [feature-request, needs-triage] | ||
assignees: [] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature | ||
description: A clear and concise description of the feature you are proposing. | ||
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,5 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability | ||
If you discover a potential security issue in this project we ask that you notify Branch Security directly via email to [email protected] | ||
Please do not open GitHub issues or pull requests - this makes the problem immediately visible to everyone, including malicious actors. |