Skip to content

Commit

Permalink
Merge pull request #23 from BranchMetrics/gdeluna-branch/SDK-1614
Browse files Browse the repository at this point in the history
New issue report form
  • Loading branch information
gdeluna-branch authored Sep 9, 2022
2 parents fa2a590 + c32da7e commit 3a9c514
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 0 deletions.
83 changes: 83 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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)"
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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
5 changes: 5 additions & 0 deletions SECURITY.md
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.

0 comments on commit 3a9c514

Please sign in to comment.