summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-04-05 14:30:35 +0200
committerGitHub <noreply@github.com>2020-04-05 14:30:35 +0200
commit318f3f2108bd7755d4015288c64ad136b20f6005 (patch)
treea4590281d7deea209edcddf716e330f8b9ab0660
parent7b657d340d715f48449189fea9d032350323a13f (diff)
downloadrust-318f3f2108bd7755d4015288c64ad136b20f6005.tar.gz
Create feature_request.
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request. b/.github/ISSUE_TEMPLATE/feature_request.
new file mode 100644
index 00000000000..b5026b4001b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.
@@ -0,0 +1,26 @@
+---
+name: Enhancement
+about: Propose an improvement to Rust.
+labels: C-enhancement
+---
+<!--
+**Note** Any substantial change to Rust needs to be accepted as an RFC. Filing
+an enhancement should be reserved for quality of life changes or small
+improvements. See https://github.com/rust-lang/rfcs#when-you-need-to-follow-this-process
+for more information.
+-->
+
+### Summary
+<!-- Provide a short summary of the change you'd like. -->
+
+### Motivation
+<!--
+What is the motivation for the change, how will this improve the current
+situation?
+-->
+
+### Prior Art
+<!--
+(Optional) Is this something that has been done before? How did other projects
+solve this problem?
+-->