Skip to content

Commit 5671fc3

Browse files
Merge pull request #713 from BranchMetrics/gdeluna-branch/SDK-1614
New issue report form
2 parents 4e4b342 + 742582f commit 5671fc3

File tree

4 files changed

+102
-0
lines changed

4 files changed

+102
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
assignees: []
3+
body:
4+
-
5+
attributes:
6+
description: "What is the problem? A clear and concise description of what the bug is."
7+
label: "Describe the bug"
8+
placeholder: "Tell us what you see!"
9+
id: description
10+
type: textarea
11+
validations:
12+
required: true
13+
-
14+
attributes:
15+
description: "Please provide as much step-by-step detail as possible including logs, stack traces, and uncaught exceptions."
16+
label: "Steps to reproduce"
17+
value: |
18+
1.
19+
2.
20+
3.
21+
id: steps
22+
type: textarea
23+
validations:
24+
required: true
25+
-
26+
attributes:
27+
description: "What did you expect to happen?"
28+
label: "Expected behavior"
29+
id: expected
30+
type: textarea
31+
validations:
32+
required: true
33+
-
34+
attributes:
35+
description: "What version of sdk are you seeing this issue on?"
36+
label: "SDK Version"
37+
placeholder: "5.2.0"
38+
id: sdk-version
39+
type: input
40+
validations:
41+
required: true
42+
-
43+
attributes:
44+
description: "What devices or emulators are you seeing this bug on?"
45+
label: Make and Model
46+
placeholder: "iPhone 13 / Samsung S21"
47+
id: device
48+
type: input
49+
validations:
50+
required: true
51+
-
52+
attributes:
53+
description: "What version of the device OS?"
54+
label: OS
55+
placeholder: "iOS 15.6.1 / Android 12"
56+
id: os
57+
type: input
58+
validations:
59+
required: true
60+
-
61+
attributes:
62+
description: "Anything else that might be relevant for troubleshooting this bug. Any screenshots or videos that show the issue are very helpful."
63+
label: "Additional Information/Context"
64+
id: context
65+
type: textarea
66+
validations:
67+
required: false
68+
69+
description: "Found a bug in the Branch Cordova SDK? File it here."
70+
labels:
71+
- bug
72+
- needs-triage
73+
name: "🐞 Bug report"
74+
title: "(short issue description)"

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: "📕 Documentation Issue"
5+
url: https://help.branch.io/developers-hub/docs/cordova-phonegap-ionic
6+
about: Report an issue in the Branch Cordova SDK Reference documentation by clicking "Suggest edits" button on the documentation page.
7+
- name: "Branch Support"
8+
url: https://help.branch.io/using-branch/page/submit-a-ticket
9+
about: If you are having general trouble with Branch Cordova SDK integration, please submit a ticket to Branch Support.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 🚀 Feature Request
3+
description: Suggest an idea for this project
4+
title: "(short issue description)"
5+
labels: [feature-request, needs-triage]
6+
assignees: []
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Describe the feature
12+
description: A clear and concise description of the feature you are proposing.
13+
validations:
14+
required: true

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
If you discover a potential security issue in this project we ask that you notify Branch Security directly via email to [email protected]
5+
Please do not open GitHub issues or pull requests - this makes the problem immediately visible to everyone, including malicious actors.

0 commit comments

Comments
 (0)