...

Text file src/github.com/theupdateframework/go-tuf/.github/PULL_REQUEST_TEMPLATE.md

Documentation: github.com/theupdateframework/go-tuf/.github

     1Please fill in the fields below to submit a pull request.  The more information that is provided, the better.
     2
     3Fixes #<Issue>
     4
     5Release Notes: <!-- What comments/remarks should we include in the release notes for this change? -->
     6
     7**Types of changes**:
     8<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
     9- [ ] Bug fix (non-breaking change which fixes an issue)
    10- [ ] New feature (non-breaking change which adds functionality)
    11- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected). **Please ensure that your PR title** is a [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) breaking change (with a `!`, as in `feat!: change foo`). 
    12
    13**Description of the changes being introduced by the pull request**:
    14
    15**Please verify and check that the pull request fulfills the following requirements**:
    16
    17- [ ] Tests have been added for the bug fix or new feature
    18- [ ] Docs have been added for the bug fix or new feature

View as plain text