summaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE/feature_request.md
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-04-21 13:12:38 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-21 13:14:09 -0700
commit89822a446161f1ccb3b84d53f8528bc8b0a28053 (patch)
treed56d6acdd41c5377ef4f023213412746e087d10a /.github/ISSUE_TEMPLATE/feature_request.md
parent9b5e305e05ef3ad51778981062d6152cea1cd4fb (diff)
Move to GitHub's new issue templates.
This allows us to specify a richer configuration for the issue template, that effectively moves a lot of the "metadata" from the template itself to the main issue page. PiperOrigin-RevId: 307666509
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 000000000..65f60f385
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
+---
+name: Feature request
+about: Suggest an idea or improvement
+title: ''
+labels:
+ - 'type: enhancement'
+assignees: ''
+---
+
+**Description**
+
+A clear description of the feature or enhancement.
+
+**Is this feature related to a specific bug?**
+
+Please include a bug references if yes.
+
+**Do you have a specific solution in mind?**
+
+Please include any details about a solution that you have in mind, including any
+alternatives considered.