-
Notifications
You must be signed in to change notification settings - Fork 144
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' into feat-initSessionWithCallback
# Conflicts: # src/android/io/branch/BranchSDK.java
- Loading branch information
Showing
23 changed files
with
598 additions
and
726 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,74 @@ | ||
--- | ||
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: "5.2.0" | ||
id: sdk-version | ||
type: input | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "What devices or emulators are you seeing this bug on?" | ||
label: Make and Model | ||
placeholder: "iPhone 13 / Samsung S21" | ||
id: device | ||
type: input | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "What version of the device OS?" | ||
label: OS | ||
placeholder: "iOS 15.6.1 / Android 12" | ||
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 Cordova 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/cordova-phonegap-ionic | ||
about: Report an issue in the Branch Cordova 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 Cordova 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,29 @@ | ||
## Reference | ||
SDK-XXXX -- <TITLE>. | ||
|
||
## Summary | ||
<!-- Simple summary of what was changed. --> | ||
|
||
## Motivation | ||
<!-- Why are you making this change? If it's for fixing a bug, if possible, please include a code snippet or example project that demonstrates the issue. --> | ||
|
||
## Type Of Change | ||
<!-- Please delete options that are not relevant --> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## Testing Instructions | ||
<!-- Testing instructions, example code snippets, etc --> | ||
|
||
|
||
<!-- Checklist --> | ||
<!-- My code follows the style guidelines of this project --> | ||
<!-- I have performed a self-review of my code --> | ||
<!-- I have commented my code, particularly in hard-to-understand areas --> | ||
<!-- I have made corresponding changes to the documentation --> | ||
<!-- I have added tests that prove my fix is effective or that my feature works --> | ||
<!-- New and existing unit tests pass locally with my changes --> | ||
|
||
cc @BranchMetrics/saas-sdk-devs for visibility. |
Empty file.
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,18 @@ | ||
#on: [push] | ||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/github-script@v6 | ||
with: | ||
github-token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }} | ||
script: | | ||
await github.rest.actions.createWorkflowDispatch({ | ||
owner: 'BranchMetrics', | ||
repo: 'qentelli-saas-sdk-cordova-testing-automation', | ||
workflow_id: 'cordova-manual.yml', | ||
ref: 'master' | ||
}) |
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,28 @@ | ||
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. | ||
# | ||
# You can adjust the behavior by modifying this file. | ||
# For more information, see: | ||
# https://github.com/actions/stale | ||
name: Mark stale issues | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
stale: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
|
||
steps: | ||
- uses: actions/stale@v5 | ||
with: | ||
repo-token: ${{ secrets.STALE_PERSONAL_ACCESS_TOKEN }} | ||
days-before-issue-stale: 60 | ||
days-before-close: 7 | ||
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.' | ||
stale-issue-label: 'no-issue-activity' | ||
close-issue-message: 'This issue has been closed due to inactivity. If this issue is still relevant, please reopen it or create a new one. Thank you for your contributions.' | ||
start-date: '2023-05-22' |
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
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. |
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.