Merge branch 'master' into lindanlee-templates-2

This commit is contained in:
Linda Lee 2020-06-01 14:57:13 -05:00 committed by GitHub
commit eb755d6e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 48 deletions

View File

@ -1,58 +1,17 @@
---
name: Bug report
about: Create a report about a bug in lightwalletd.
about: Tell us what's wrong.
title: ''
labels: 'bug'
assignees: ''
---
<!--
This issue tracker is only for technical issues related to lightwalletd.
**What is the bug?**
What happened, and why was it unexpected? If applicable, add screenshots to help explain your problem.
General Zcash questions and/or support requests and are best directed to the
Zcash Forum: https://forum.zcashcommunity.com/
**Additional context**
Add any other context about the problem here. Device, OS, App versions, and other details appreciated.
For reporting security vulnerabilities or for sensitive discussions with our
security team, please email security@z.cash . You can use this GPG key to send
an encrypted message:
https://z.cash/gpg-pubkeys/security.asc
fingerprint: AF85 0445 546C 18B7 86F9 2C62 88FB 8B86 D8B5 A68C
The key and fingerprint are duplicated on our Public Keys page:
https://z.cash/support/pubkeys.html
-->
### Describe the issue
Please provide a general summary of the issue you're experiencing
### Can you reliably reproduce the issue?
#### If so, please list the steps to reproduce below:
1.
2.
3.
### Expected behaviour
Tell us what should happen
### Actual behaviour + errors
Tell us what happens instead including any noticable error output (any messages
displayed on-screen when e.g. a crash occurred)
### The version of Zcash you were using:
Run `lightwalletd --version` to find out
### Machine specs:
- OS name + version:
- CPU:
- RAM:
- Disk size:
- Disk Type (HD/SDD):
- Linux kernel version (uname -a):
- Compiler version (run `go version`):
### Any extra information that might be useful in the debugging process.
This includes the relevant contents of `server.log`. You can paste raw
text, attach the file directly in the issue or link to the text via a pastebin
type site. Please also include any non-standard things you did during
compilation (extra flags, dependency version changes etc.) if applicable.
**Solution**
Add fix suggestions here, or what youd like to see.