xref: /freebsd/sys/contrib/openzfs/.github/PULL_REQUEST_TEMPLATE.md (revision 184c1b943937986c81e1996d999d21626ec7a4ff)
1*184c1b94SMartin Matuska<!--- Please fill out the following template, which will help other contributors review your Pull Request. -->
2*184c1b94SMartin Matuska
3*184c1b94SMartin Matuska<!--- Provide a general summary of your changes in the Title above -->
4*184c1b94SMartin Matuska
5*184c1b94SMartin Matuska<!---
6*184c1b94SMartin MatuskaDocumentation on ZFS Buildbot options can be found at
7*184c1b94SMartin Matuskahttps://openzfs.github.io/openzfs-docs/Developer%20Resources/Buildbot%20Options.html
8*184c1b94SMartin Matuska-->
9*184c1b94SMartin Matuska
10*184c1b94SMartin Matuska### Motivation and Context
11*184c1b94SMartin Matuska<!--- Why is this change required? What problem does it solve? -->
12*184c1b94SMartin Matuska<!--- If it fixes an open issue, please link to the issue here. -->
13*184c1b94SMartin Matuska
14*184c1b94SMartin Matuska### Description
15*184c1b94SMartin Matuska<!--- Describe your changes in detail -->
16*184c1b94SMartin Matuska
17*184c1b94SMartin Matuska### How Has This Been Tested?
18*184c1b94SMartin Matuska<!--- Please describe in detail how you tested your changes. -->
19*184c1b94SMartin Matuska<!--- Include details of your testing environment, and the tests you ran to -->
20*184c1b94SMartin Matuska<!--- see how your change affects other areas of the code, etc. -->
21*184c1b94SMartin Matuska<!--- If your change is a performance enhancement, please provide benchmarks here. -->
22*184c1b94SMartin Matuska<!--- Please think about using the draft PR feature if appropriate -->
23*184c1b94SMartin Matuska
24*184c1b94SMartin Matuska### Types of changes
25*184c1b94SMartin Matuska<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
26*184c1b94SMartin Matuska- [ ] Bug fix (non-breaking change which fixes an issue)
27*184c1b94SMartin Matuska- [ ] New feature (non-breaking change which adds functionality)
28*184c1b94SMartin Matuska- [ ] Performance enhancement (non-breaking change which improves efficiency)
29*184c1b94SMartin Matuska- [ ] Code cleanup (non-breaking change which makes code smaller or more readable)
30*184c1b94SMartin Matuska- [ ] Breaking change (fix or feature that would cause existing functionality to change)
31*184c1b94SMartin Matuska- [ ] Library ABI change (libzfs, libzfs\_core, libnvpair, libuutil and libzfsbootenv)
32*184c1b94SMartin Matuska- [ ] Documentation (a change to man pages or other documentation)
33*184c1b94SMartin Matuska
34*184c1b94SMartin Matuska### Checklist:
35*184c1b94SMartin Matuska<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
36*184c1b94SMartin Matuska<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
37*184c1b94SMartin Matuska- [ ] My code follows the OpenZFS [code style requirements](https://github.com/openzfs/zfs/blob/master/.github/CONTRIBUTING.md#coding-conventions).
38*184c1b94SMartin Matuska- [ ] I have updated the documentation accordingly.
39*184c1b94SMartin Matuska- [ ] I have read the [**contributing** document](https://github.com/openzfs/zfs/blob/master/.github/CONTRIBUTING.md).
40*184c1b94SMartin Matuska- [ ] I have added [tests](https://github.com/openzfs/zfs/tree/master/tests) to cover my changes.
41*184c1b94SMartin Matuska- [ ] I have run the ZFS Test Suite with this change applied.
42*184c1b94SMartin Matuska- [ ] All commit messages are properly formatted and contain [`Signed-off-by`](https://github.com/openzfs/zfs/blob/master/.github/CONTRIBUTING.md#signed-off-by).
43