github.com/JFJun/bsc@v1.0.0/PULL_REQUEST_TEMPLATE (about)

     1  ### Description
     2  
     3  add a description of your changes here...
     4  
     5  ### Rationale
     6  
     7  tell us why we need these changes...
     8  
     9  ### Example
    10  
    11  add an example CLI or API response...
    12  
    13  ### Changes
    14  
    15  Notable changes: 
    16  * add each change in a bullet point here
    17  * ...
    18  
    19  ### Preflight checks
    20  
    21  - [ ] build passed (`make build`)
    22  - [ ] tests passed (`make test`)
    23  - [ ] manual transaction test passed
    24  
    25  ### Already reviewed by
    26  
    27  ...
    28  
    29  ### Related issues
    30  
    31  ... reference related issue #'s here ...