Merge pull request #676 from hughsie/hughsie/sbom
[libtomcrypt.git] / .github / ISSUE_TEMPLATE.md
blobe7c66afbb373d783996a2110e1d4b0c89f1cde19
1 <!--
3 Do you want to ask a question? Are you looking for support? The Mailing list is the best place for getting support: https://groups.google.com/forum/#!forum/libtom
5 This is a very generic template, remove items that do not apply. For completed items, change [ ] to [x].
7 -->
9 ### Prerequisites
11 * [ ] Checked the developer manual
12 * [ ] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt
13 * [ ] Checked that your issue isn't due to the fact that you're using asymmetric cryptography and you forgot linking in and/or setting an MPI provider (usually this causes either random crashes or runtime errors like `LTC_ARGCHK 'ltc_mp.name != NULL' failure ...`). c.f. Ch. "Math Descriptors" of the developer manual.
14 * [ ] Checked that your issue isn't related to TomsFastMath's limitation that PK operations can by default only be done with max. 2048bit keys
16 ### Description
18 [Description of the issue]
20 ### Steps to Reproduce
21 <!-- Please either describe your issue or even better, provide a functional code example reproducing your issue. -->
23 ### Version
25 You can get this information from the define `SCRYPT` in `src/include/tomcrypt.h` or your local git repository by running `git describe --always --tags --dirty`. 
26 Also, please include the compiler, the compiler version, the architecture and (if applicable) the MPI provider, the OS and what version of the OS you're experiencing the issue.
28 ### Additional Information
30 Any additional information, configuration or data that might be necessary to reproduce the issue.