mirror of
https://github.com/bshoshany/thread-pool.git
synced 2026-07-30 07:23:01 +04:00
Updated to v3.0.0
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Found a bug? Report it here.
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: bshoshany
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Minimal working example**
|
||||
|
||||
A short but complete program that can be compiled to reproduce the error. Paste the program between the two code fences. If it's too long or requires multiple files, attach the file(s) instead.
|
||||
|
||||
```cpp
|
||||
```
|
||||
|
||||
**Behavior**
|
||||
|
||||
What behavior did you expect to get? What actually happened? If the code failed to compile, please include the full output of the compiler.
|
||||
|
||||
**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.)
|
||||
|
||||
**Additional information**
|
||||
|
||||
Include any additional information here.
|
||||
@@ -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.
|
||||
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Want a new feature? Suggest it here.
|
||||
title: "[REQ]"
|
||||
labels: enhancement
|
||||
assignees: bshoshany
|
||||
|
||||
---
|
||||
|
||||
**Describe the new feature**
|
||||
|
||||
A clear and concise description of the feature you want.
|
||||
|
||||
**Code example**
|
||||
|
||||
An example of code that utilizes the suggested feature. Paste or write it between the two code fences.
|
||||
|
||||
```cpp
|
||||
```
|
||||
|
||||
**Additional information**
|
||||
|
||||
Include any additional information here.
|
||||
Reference in New Issue
Block a user