aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/10-feature_request.yml
diff options
context:
space:
mode:
authorKrzysztof KosiƄski <krzysio@google.com>2023-09-29 20:46:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-29 20:46:09 +0000
commit1fe5590332ce54649bf046171b323905e8cd82b5 (patch)
treee568063ca5d9e9e557d71e24304156a62534b94a /.github/ISSUE_TEMPLATE/10-feature_request.yml
parent91ba37be107e1fdefc2bb2ab9a34b36910e0bfd2 (diff)
parenta00801a508bed52885e961b08058af6af7206bf9 (diff)
downloadgoogletest-1fe5590332ce54649bf046171b323905e8cd82b5.tar.gz
Upgrade googletest to most recent upstream version. am: a00801a508
Original change: https://android-review.googlesource.com/c/platform/external/googletest/+/2765314 Change-Id: I9b03f5f234c0117bca0a1fcd58a60a6d4caf50f6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/10-feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/10-feature_request.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/10-feature_request.yml b/.github/ISSUE_TEMPLATE/10-feature_request.yml
new file mode 100644
index 00000000..f3bbc091
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/10-feature_request.yml
@@ -0,0 +1,33 @@
+name: Feature request
+description: Propose a new feature.
+title: "[FR]: Please title this feature request"
+labels: "enhancement"
+body:
+ - type: textarea
+ id: version
+ attributes:
+ label: Does the feature exist in the most recent commit?
+ description: We recommend using the latest commit from GitHub in your projects.
+ validations:
+ required: true
+ - type: textarea
+ id: why
+ attributes:
+ label: Why do we need this feature?
+ description: Ideally, explain why a combination of existing features cannot be used instead.
+ validations:
+ required: true
+ - type: textarea
+ id: proposal
+ attributes:
+ label: Describe the proposal.
+ description: Include a detailed description of the feature, with usage examples.
+ validations:
+ required: true
+ - type: textarea
+ id: platform
+ attributes:
+ label: Is the feature specific to an operating system, compiler, or build system version?
+ description: If it is, please specify which versions.
+ validations:
+ required: true