diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 57% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug-report.md index a15920040..9a101d344 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,10 +1,27 @@ - +--- +name: Bug report +about: Create a report about a bug in zcashd. +title: '' +labels: 'bug' +assignees: '' +--- + + ### Describe the issue Please provide a general summary of the issue you're experiencing @@ -19,7 +36,8 @@ Please provide a general summary of the issue you're experiencing 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) +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 `zcashd --version` to find out @@ -36,9 +54,12 @@ Run `zcashd --version` to find out - Assembler version (as --version): ### Any extra information that might be useful in the debugging process. -This includes the relevant contents of `~/.zcash/debug.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. +This includes the relevant contents of `~/.zcash/debug.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. ### Do you have a backup of `~/.zcash` directory and/or take a VM snapshot? -- Backing up / making a copy of the `~/.zcash` directory might help make the problem reproducible. Please redact appropriately. +- Backing up / making a copy of the `~/.zcash` directory might help make the + problem reproducible. Please redact appropriately. - Taking a VM snapshot is really helpful for interactively testing fixes diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..57abb7286 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for zcashd. +title: '' +labels: 'use case' +assignees: '' + +--- + +## Is your feature request related to a problem? Please describe. +A clear and concise description of what the problem is. Example: I'm always +frustrated when [...] + +## Describe the solution you'd like +A clear and concise description of what you want to happen. + +## Alternatives you've considered +A clear and concise description of any alternative solutions or features you've +considered. + +## Additional context +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/ux-report.md b/.github/ISSUE_TEMPLATE/ux-report.md new file mode 100644 index 000000000..118db34a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ux-report.md @@ -0,0 +1,17 @@ +--- +name: UX report +about: Was zcashd hard to use? It's not you, it's us. We want to hear about it. +title: 'UX: ' +labels: 'usability' +assignees: '' + +--- + + + +## What were you trying to do + +## What happened