summaryrefslogtreecommitdiff
path: root/tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md
diff options
context:
space:
mode:
Diffstat (limited to 'tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r--tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md b/tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000..76688cdadc
--- /dev/null
+++ b/tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,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.
+-->