k3s/.github/PULL_REQUEST_TEMPLATE.md

37 lines
1.7 KiB
Markdown
Raw Normal View History

<!-- HTML Comments can be left in place or removed. -->
<!-- Please see our contributing guide at https://github.com/k3s-io/k3s/blob/master/CONTRIBUTING.md for guidance on opening pull requests -->
2020-05-05 22:07:50 +00:00
#### Proposed Changes ####
2020-05-05 22:07:50 +00:00
<!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. -->
2020-05-05 22:07:50 +00:00
#### Types of Changes ####
2020-05-05 22:14:38 +00:00
<!-- What types of changes does your code introduce to K3s? Bugfix, New Feature, Breaking Change, etc -->
2020-05-05 22:14:38 +00:00
#### Verification ####
2020-05-05 22:14:38 +00:00
<!-- How can the changes be verified? Please provide whatever additional information necessary to help verify the proposed changes. -->
2020-05-05 22:14:38 +00:00
#### Testing ####
<!-- Is this change covered by testing? If not, consider adding a Unit or Integration test. -->
<!-- See https://github.com/k3s-io/k3s/blob/master/tests/TESTING.md for more info -->
#### Linked Issues ####
2020-05-05 22:14:38 +00:00
<!-- Link any related issues, pull-requests, or commit hashes that are relevant to this pull request. If you are opening a PR without a corresponding issue please consider creating one first, at https://github.com/k3s-io/k3s/issues . A functional example will greatly help QA with verifying/reproducing a bug or testing new features. -->
2020-05-05 22:14:38 +00:00
#### User-Facing Change ####
<!--
Does this PR introduce a user-facing change? If no, just write "NONE" in the release-note block below.
If the PR requires additional action from users switching to the new release, include the string "action required".
-->
```release-note
```
#### Further Comments ####
2020-05-05 22:14:38 +00:00
<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->