diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 09:22:43 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 09:22:43 -0600 |
| commit | 0a28d35eb4d80a7d9d7737bd18cd0a71953404c8 (patch) | |
| tree | 201881458148150bd49bf180e4ddfef03f9a9bbf /lib/thread-pool/.github/ISSUE_TEMPLATE/failed-tests.md | |
| parent | 95e7bc0d68f0f8687486b30f3a795f143e4456b0 (diff) | |
First conceptasync
Diffstat (limited to 'lib/thread-pool/.github/ISSUE_TEMPLATE/failed-tests.md')
| -rw-r--r-- | lib/thread-pool/.github/ISSUE_TEMPLATE/failed-tests.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/thread-pool/.github/ISSUE_TEMPLATE/failed-tests.md b/lib/thread-pool/.github/ISSUE_TEMPLATE/failed-tests.md new file mode 100644 index 0000000..1d20f23 --- /dev/null +++ b/lib/thread-pool/.github/ISSUE_TEMPLATE/failed-tests.md @@ -0,0 +1,26 @@ +--- +name: Failed tests +about: The provided automated tests failed on your system? Report it here. +title: "[TEST]" +labels: bug +assignees: bshoshany + +--- + +**System information** + +* CPU model, architecture, # of cores and threads: +* Operating system: +* Name and version of C++ compiler: +* Full command used for compiling, including all compiler flags: +* Thread pool library version: + +(Please note that only the latest version of the thread pool library is supported.) + +**Log file** + +Please attach the log file generated by the automated test program to this issue. + +**Additional information** + +Include any additional information here. |
