/
githubmirror
/
libcbor
Обзор
Документация
Войти
/
githubmirror
/
libcbor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/PULL_REQUEST_TEMPLATE
15 строк
642 B
Pavel Kalvoda
Simplify PR template; add a template for changelog entries
26 дек 2022, 18:49
26 дек 2022, 18:49
e7453f9
Код
Авторство
О чём код?
## 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?