From 9c37ab0233cf0e6c01f667dc2fda0758874614ad Mon Sep 17 00:00:00 2001 From: gdeluna-branch Date: Thu, 8 Sep 2022 04:04:12 -0700 Subject: [PATCH 1/2] New issue report form --- .github/ISSUE_TEMPLATE/bug-report.yml | 83 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 9 +++ .github/ISSUE_TEMPLATE/feature-request.yml | 14 ++++ 3 files changed, 106 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..159552a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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)" diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..fbd6509 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..68348ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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 From c32da7edf925c8e770e6b56dd9cace0e9897b32c Mon Sep 17 00:00:00 2001 From: gdeluna-branch Date: Thu, 8 Sep 2022 14:26:55 -0700 Subject: [PATCH 2/2] Create SECURITY.md --- SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3ef2448 --- /dev/null +++ b/SECURITY.md @@ -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 security@branch.io +Please do not open GitHub issues or pull requests - this makes the problem immediately visible to everyone, including malicious actors.