From a2c3ab9159f1d2bcca7c42a05c1c1a5c8e49ce2c Mon Sep 17 00:00:00 2001 From: Pavan Joshi <55848322+pavanjoshi914@users.noreply.github.com> Date: Thu, 24 Feb 2022 19:53:33 +0530 Subject: [PATCH] feat: use templates while creating features and issues (#611) feat(github_issue_templates): add issue templates and security policy signed-off-by: Pavan Joshi Co-authored-by: Michael Bumann --- .github/ISSUE_TEMPLATE/bug_report.md | 39 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++ SECURITY.md | 21 ++++++++++++ 4 files changed, 87 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..8b18b037b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: "🐞 Bug report" +about: Create a report to help us improve (use this to report bugs only) +title: '' +labels: "🐞 bug" +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Visit to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Information About Alby** +- Alby Version: [e.g. 1.5.0] +- Alby installed through [e.g. installed through the browser stores, installed manually] +- Wallet connected with Alby [e.g. LND, BlueWallet LNDhub] + +**Screenshots (If Any)** +Add screenshots to help explain your problem. + +**Device Information [optional]:** + - OS: [e.g. Windows] + - Browser [e.g. chrome, safari, firefox] + - Browser Version [e.g. 22] + +**Additional context** +Add any other additional context about the problem here. + +**Are you working on this issue? (Yes/No)** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..90bc765bda --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Have any issues to discuss regarding Alby? + url: https://bitcoindesign.slack.com/archives/C02591ADXM2 + about: Join us on Slack and meet members, contributors and the owners! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..8444c035a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: "✨ Feature request" +about: Suggest an idea for this project +title: '' +labels: "✨ feature" +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other additional context or screenshots about the feature request here. + +**Are you working on this? (Yes/No)** diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..f73e44b0a5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +See releases section for versions of Alby that are currently being supported with +security updates: https://github.com/getAlby/lightning-browser-extension/releases + +## Reporting a Vulnerability + +If you found a security vulnerability on this platform please send an email to security@getalby.com (do not use this email for asking any kind of support). + +The following key may be used to communicate sensitive information to Alby developers: + +| Name | PGP Fingerprint | +|------|-------------| +| Michael Bumann | 163A 86B4 B913 FF60 A84E 2AB8 FFE0 5711 E1D0 A2B0 | +| security@getalby.com | B4A4 1AFC 9A15 0CCE A409 0D78 948A 7A9B 1B51 CDAE | + +We also accept vulnerability reports through https://huntr.dev platform. + +You can also communicate with us on [Slack](https://bitcoindesign.slack.com/archives/C02591ADXM2) channel.