summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Radakovic <dinor@google.com>2023-03-06 09:03:15 -0800
committerCopybara-Service <copybara-worker@google.com>2023-03-06 09:04:22 -0800
commite1ee0fa3e121e819c7a76d4d3b417de8f73ebfd7 (patch)
treee790e043a0ecb5c68764bf34ff4af224e1902be8
parentd92a270d2d9d6bb7ed3bf7dc3f698028550a65ef (diff)
downloadgoogletest-git-e1ee0fa3e121e819c7a76d4d3b417de8f73ebfd7.tar.gz
Fix indentation syntax error in feature request issue template
Fixes #4166 PiperOrigin-RevId: 514427586 Change-Id: I947b2a0f3687430f27e37fcd2b3fff8b1cb0b16e
-rw-r--r--.github/ISSUE_TEMPLATE/10-feature_request.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/10-feature_request.yml b/.github/ISSUE_TEMPLATE/10-feature_request.yml
index 91ad0417..f3bbc091 100644
--- a/.github/ISSUE_TEMPLATE/10-feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/10-feature_request.yml
@@ -10,21 +10,21 @@ body:
description: We recommend using the latest commit from GitHub in your projects.
validations:
required: true
- - type: textarea
+ - 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
+ - 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
+ - type: textarea
id: platform
attributes:
label: Is the feature specific to an operating system, compiler, or build system version?