Skip to content

Commit

Permalink
Convert feature requests to a form
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 494820396
Change-Id: I1aa0a5a0f4796fde8d0424093370fd89ebd2592e
  • Loading branch information
derekmauro authored and copybara-github committed Dec 12, 2022
1 parent ad54e90 commit e38ef3b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/10-feature_request.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/10-feature_request.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e38ef3b

Please sign in to comment.