aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-06-09 19:02:13 -0700
committerDino Radaković <dinor@google.com>2021-06-11 10:42:07 -0700
commit3c4b3a039ec7493721ca1336bf9c64b02a8c5e11 (patch)
treeca8d9eccfef1f46dd59c0c31b1be3ee18312c473 /.github
parent9f7da89a43b223e8bcf06b7284720edb3728dee4 (diff)
downloadgoogletest-3c4b3a039ec7493721ca1336bf9c64b02a8c5e11.zip
googletest-3c4b3a039ec7493721ca1336bf9c64b02a8c5e11.tar.gz
googletest-3c4b3a039ec7493721ca1336bf9c64b02a8c5e11.tar.bz2
Googletest export
Add feature request issue template PiperOrigin-RevId: 378552571
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/10-feature_request.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/10-feature_request.md b/.github/ISSUE_TEMPLATE/10-feature_request.md
new file mode 100644
index 0000000..70a3a20
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/10-feature_request.md
@@ -0,0 +1,24 @@
+---
+name: Feature request
+about: Propose a new feature
+title: ''
+labels: 'enhancement'
+assignees: ''
+---
+
+**Does the feature exist in the most recent commit?**
+
+We recommend using the latest commit from GitHub in your projects.
+
+**Why do we need this feature?**
+
+Ideally, explain why a combination of existing features cannot be used instead.
+
+**Describe the proposal**
+
+Include a detailed description of the feature, with usage examples.
+
+**Is the feature specific to an operating system, compiler, or build system version?**
+
+If it is, please specify which versions.
+