storj.io/minio@v0.0.0-20230509071714-0cbc90f649b1/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  ## Description
     2  
     3  
     4  ## Motivation and Context
     5  
     6  
     7  ## How to test this PR?
     8  
     9  
    10  ## Types of changes
    11  - [ ] Bug fix (non-breaking change which fixes an issue)
    12  - [ ] New feature (non-breaking change which adds functionality)
    13  - [ ] Optimization (provides speedup with no functional changes)
    14  - [ ] Breaking change (fix or feature that would cause existing functionality to change)
    15  
    16  ## Checklist:
    17  - [ ] Fixes a regression (If yes, please add `commit-id` or `PR #` here)
    18  - [ ] Documentation updated
    19  - [ ] Unit tests added/updated