diff options
Diffstat (limited to 'lib/thread-pool/.github/ISSUE_TEMPLATE/feature_request.md')
| -rw-r--r-- | lib/thread-pool/.github/ISSUE_TEMPLATE/feature_request.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/thread-pool/.github/ISSUE_TEMPLATE/feature_request.md b/lib/thread-pool/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..7137cea --- /dev/null +++ b/lib/thread-pool/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. |
