github.com/codysnider/go-ethereum@v1.10.18-0.20220420071915-14f4ae99222a/.github/ISSUE_TEMPLATE/feature.md (about)

     1  ---
     2  name: Request a feature
     3  about: Report a missing feature - e.g. as a step before submitting a PR
     4  title: ''
     5  labels: 'type:feature'
     6  assignees: ''
     7  ---
     8  
     9  # Rationale
    10  
    11  Why should this feature exist?
    12  What are the use-cases?
    13  
    14  # Implementation
    15  
    16  Do you have ideas regarding the implementation of this feature?
    17  Are you willing to implement this feature?