mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
18 lines
719 B
Markdown
18 lines
719 B
Markdown
<!--
|
|
|
|
Thank you for your pull request.
|
|
|
|
If this fixes an existing github issue, make sure to have a line saying 'Fixes: <github-issue>' (without quotes) in the commit message.
|
|
Please use the long format to refer to an issue 'libtom/libtomcrypt#<issue-id>'.
|
|
|
|
If this fixes something (even if there exists no github issue), make sure to have a line saying 'Fixes: <commit-id> ("Description")'
|
|
This can be created via e.g. `git --no-pager log -1 --pretty=fixes <commid-id>
|
|
|
|
-->
|
|
|
|
### Checklist
|
|
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
|
|
|
|
* [ ] documentation is added or updated
|
|
* [ ] tests are added or updated
|
|
* [ ] if this fixes something: added a `Fixes:` tag to the commit message
|