get.porter.sh/porter@v1.3.0/.github/pull_request_template.md (about)

     1  # What does this change
     2  _Give a summary of the change, and how it affects end-users. It's okay to copy/paste your commit messages._
     3  
     4  _For example if it introduces a new command or modifies a commands output, give an example of you running the command and showing real output here._
     5  
     6  # What issue does it fix
     7  Closes # _(issue)_
     8  
     9  _If there is not an existing issue, please make sure we have context on why this change is needed. See our Contributing Guide for [examples of when an existing issue isn't necessary][1]._
    10  
    11  [1]: https://porter.sh/src/CONTRIBUTING.md#when-to-open-a-pull-request
    12  
    13  # Notes for the reviewer
    14  _Put any questions or notes for the reviewer here._
    15  
    16  # Checklist
    17  - [ ] Did you write tests?
    18  - [ ] Did you write documentation?
    19  - [ ] Did you change porter.yaml or a storage document record? Update the corresponding schema file.
    20  - [ ] If this is your first pull request, please add your name to the bottom of our [Contributors][contributors] list. Thank you for making Porter better! 🙇‍♀️
    21  
    22  [contributors]: https://porter.sh/src/CONTRIBUTORS.md