summaryrefslogtreecommitdiff
path: root/lib/thread-pool/.github/ISSUE_TEMPLATE/feature_request.md
blob: 7137cea24e8c783f186028aef33088a670ce597f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.