aboutsummaryrefslogtreecommitdiff
path: root/contrib/libcbor/.github/PULL_REQUEST_TEMPLATE
blob: 1174d56f9c7a27e7741fa2b27ca99094c62c18c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Description

What changes and why

## Checklist

- [ ] I have read followed [CONTRIBUTING.md](https://github.com/PJK/libcbor/blob/master/CONTRIBUTING.md)
	- [ ] I have added tests
	- [ ] I have updated the documentation
	- [ ] I have updated the CHANGELOG
- [ ] Are there any breaking changes?
	- [ ] If yes: I have marked them in the CHANGELOG ([example](https://github.com/PJK/libcbor/blob/87e2d48a127968d39f158cbfc2b79d6285bd039d/CHANGELOG.md?plain=1#L16))
- [ ] Does this PR introduce any platform specific code?
- [ ] Security: Does this PR potentially affect security?
- [ ] Performance: Does this PR potentially affect performance?