github.com/RedHatInsights/insights-content-service@v1.0.0/PULL_REQUEST_TEMPLATE.md (about)

     1  # Description
     2  
     3  Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
     4  
     5  Fixes # (issue)
     6  
     7  ## Type of change
     8  
     9  Please delete options that are not relevant.
    10  
    11  - Bug fix (non-breaking change which fixes an issue)
    12  - New feature (non-breaking change which adds functionality)
    13  - Breaking change (fix or feature that would cause existing functionality to not work as expected)
    14  - This change requires a documentation update
    15  - Refactor (refactoring code, removing useless files)
    16  - Unit tests (no changes in the code)
    17  - Behavioral tests (no changes in the code)
    18  - Bump-up dependent library (no changes in the code)
    19  - Security fix in dependent library (no changes in the code)
    20  - Security fix in dependent library (changes made in the code)
    21  - REST API tests
    22  - Benchmarks (no changes in the code)
    23  - Documentation update
    24  - Configuration update
    25  
    26  ## Testing steps
    27  
    28  Please describe how the change was tested locally. If, for some reason, the testing was not done or not done fully, please describe what are the testing steps.
    29  
    30  ## Checklist
    31  * [ ] `make before_commit` passes
    32  * [ ] updated documentation wherever necessary
    33  * [ ] added or modified tests if necessary
    34  * [ ] updated schemas and validators in [insights-data-schemas](https://github.com/RedHatInsights/insights-data-schemas) in case of input/output change