Skip to content

Commit

Permalink
feat: use templates while creating features and issues (getAlby#611)
Browse files Browse the repository at this point in the history
feat(github_issue_templates): add issue templates and security policy
signed-off-by: Pavan Joshi <pavanj914@gmail.com>

Co-authored-by: Michael Bumann <hello@michaelbumann.com>
  • Loading branch information
pavanjoshi914 and bumi committed Feb 24, 2022
1 parent 24501e3 commit a2c3ab9
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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)**
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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!
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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)**
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a2c3ab9

Please sign in to comment.