summaryrefslogtreecommitdiff
path: root/tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md
blob: 76688cdadc0d10acb93b62cf7fef3a5cc46607af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
name: Feature request
about: Want to see something added or improved? Tell me all about it.
title: ''
labels: feature
assignees: marzer

---

<!--
    Replace the HTML comments below with the requested information.
    Please don't delete this template and roll your own!

    Thanks for contributing!
-->



**Is your feature request related to a problem? Please describe.**
<!--
    "I'd like a way to Fooify all Bars in one go. Currently I have to iterate through them and
    do it individually myself, which is cumbersome.
-->



**Describe the solution you'd like**
<!--
    A helper function like fooify_all_bars() would be great.
-->




**Additional context**
<!--
    Add any other context or screenshots about the feature request here.
-->