github.com/iotexproject/iotex-core@v1.14.1-rc1/.github/ISSUE_TEMPLATE/feature.md (about)

     1  ---
     2  name: Feature Request
     3  about: New feature request to iotex-core project
     4  title: ''
     5  labels: feature
     6  assignees: ''
     7  ---
     8  
     9  <!-- Please only use this template for submitting feature requests -->
    10  
    11  ### Description of new feature request
    12  
    13  ### Is this a hard-fork (and height to be activated)
    14  - [] Yes
    15  - Name of activation height:
    16  
    17  ### Implementation plan
    18  - [] Phase 1 description (PR number)
    19  - [] Phase 2 description (PR number)
    20  - [] Phase 3 description (PR number)
    21  
    22  ### Affected modules
    23  - [] action
    24  - [] actpool
    25  - [] api
    26  - [] blockchain
    27  - [] blockindex
    28  - [] blocksync
    29  - [] chainservice
    30  - [] config
    31  - [] consensus
    32  - [] db
    33  - [] dispatcher
    34  - [] ioctl
    35  - [] p2p
    36  - [] server
    37  - [] state
    38  - [] tools