github.com/FusionFoundation/efsn/v4@v4.2.0/PULL_REQUEST_TEMPLATE.md (about)

     1  ## Description
     2  
     3  Please include a summary of the change.
     4  
     5  <!--- 
     6  Optional if an issue is fixed:
     7  Fixes #(issue)
     8  -->
     9  
    10  ## Type of change
    11  
    12  <!--- Please delete options that are not relevant. -->
    13  
    14  - [ ] Bug fix (non-breaking change which fixes an issue)
    15  - [ ] New feature (non-breaking change which adds functionality)
    16  - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    17  
    18  ## Checklist:
    19  
    20  - [ ] I have selected the correct base branch.
    21  - [ ] I have performed a self-review of my own code.
    22  - [ ] I have commented my code, particularly in hard-to-understand areas.
    23  - [ ] I have made corresponding changes to the documentation.
    24  - [ ] My changes generate no new warnings.
    25  - [ ] Any dependent changes have been merged and published in downstream modules.
    26  - [ ] I ran ```npm run test``` with success and extended the tests if necessary.
    27  - [ ] I ran ```npm run build``` and tested the resulting file from ```dist``` folder in a browser.
    28  - [ ] I have tested my code on the live network.