github.com/dominant-strategies/go-quai@v0.28.2/.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  
    10  # Rationale
    11  
    12  Why should this feature exist?
    13  What are the use-cases?
    14  
    15  # Implementation
    16  
    17  Do you have ideas regarding the implementation of this feature?
    18  Are you willing to implement this feature?