zebra/.github/ISSUE_TEMPLATE/feature_request.md

44 lines
893 B
Markdown

---
name: Change request
about: Suggest a feature or change for this project
title: ''
labels: C-enhancement, S-needs-triage
assignees: ''
---
## Motivation
<!--
Is your feature request related to a problem?
How does this change improve Zebra?
-->
### Specifications
<!--
If this change is based on consensus rules, quote them, and link to the Zcash spec or ZIP:
https://zips.z.cash/#nu5-zips
If this changes network behaviour, quote and link to the Bitcoin network reference:
https://developer.bitcoin.org/reference/p2p_networking.html
-->
### Complex Code or Requirements
<!--
Does this PR change concurrency, unsafe code, or complex consensus rules?
If it does, explain how we will implement, review, and test it.
-->
### Testing
<!--
How can we check that this change does what we want it to do?
-->
## Related Work
<!--
Is this change related to other features or tickets?
-->