xref: /freebsd/contrib/libcbor/.github/PULL_REQUEST_TEMPLATE (revision 5d3e7166f6a0187fa3f8831b16a06bd9955c21ff)
1*5d3e7166SEd Maste## Description
2*5d3e7166SEd Maste
3*5d3e7166SEd MasteWhat changes and why
4*5d3e7166SEd Maste
5*5d3e7166SEd Maste## Checklist
6*5d3e7166SEd Maste
7*5d3e7166SEd Maste- [ ] I have read followed [CONTRIBUTING.md](https://github.com/PJK/libcbor/blob/master/CONTRIBUTING.md)
8*5d3e7166SEd Maste	- [ ] I have added tests
9*5d3e7166SEd Maste	- [ ] I have updated the documentation
10*5d3e7166SEd Maste	- [ ] I have updated the CHANGELOG
11*5d3e7166SEd Maste- [ ] Are there any breaking changes?
12*5d3e7166SEd Maste	- [ ] If yes: I have marked them in the CHANGELOG ([example](https://github.com/PJK/libcbor/blob/87e2d48a127968d39f158cbfc2b79d6285bd039d/CHANGELOG.md?plain=1#L16))
13*5d3e7166SEd Maste- [ ] Does this PR introduce any platform specific code?
14*5d3e7166SEd Maste- [ ] Security: Does this PR potentially affect security?
15*5d3e7166SEd Maste- [ ] Performance: Does this PR potentially affect performance?
16