Commit e1ee0fa3 authored by Dino Radakovic's avatar Dino Radakovic Committed by Copybara-Service
Browse files

Fix indentation syntax error in feature request issue template

Fixes #4166

PiperOrigin-RevId: 514427586
Change-Id: I947b2a0f3687430f27e37fcd2b3fff8b1cb0b16e
parent d92a270d
...@@ -10,21 +10,21 @@ body: ...@@ -10,21 +10,21 @@ body:
description: We recommend using the latest commit from GitHub in your projects. description: We recommend using the latest commit from GitHub in your projects.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: why id: why
attributes: attributes:
label: Why do we need this feature? label: Why do we need this feature?
description: Ideally, explain why a combination of existing features cannot be used instead. description: Ideally, explain why a combination of existing features cannot be used instead.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: proposal id: proposal
attributes: attributes:
label: Describe the proposal. label: Describe the proposal.
description: Include a detailed description of the feature, with usage examples. description: Include a detailed description of the feature, with usage examples.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: platform id: platform
attributes: attributes:
label: Is the feature specific to an operating system, compiler, or build system version? label: Is the feature specific to an operating system, compiler, or build system version?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment