Skip to content

Commit

Permalink
Fix indentation syntax error in feature request issue template
Browse files Browse the repository at this point in the history
Fixes #4166

PiperOrigin-RevId: 514427586
Change-Id: I947b2a0f3687430f27e37fcd2b3fff8b1cb0b16e
  • Loading branch information
dinord authored and copybara-github committed Mar 6, 2023
1 parent d92a270 commit e1ee0fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/10-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

1 comment on commit e1ee0fa

@MAXONAIED
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to see

Please sign in to comment.