Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: There are syntax errors in 10-feature_request.yml #4166

Closed
horiyu opened this issue Feb 22, 2023 · 0 comments
Closed

[Bug]: There are syntax errors in 10-feature_request.yml #4166

horiyu opened this issue Feb 22, 2023 · 0 comments
Assignees

Comments

@horiyu
Copy link

horiyu commented Feb 22, 2023

Describe the issue

I am trying to submit a feature request, but I only see options for Bug Reports and Security Reports. I suspect there may be a syntax error in 10-feature_request.yml, specifically on lines 13, 20, and 27 where a single space appears to be missing.
I apologize if this issue has already been reported🙇‍♂️

before the change:

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

after the change

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 #fixed
    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 #fixed
    id: proposal
    attributes:
      label: Describe the proposal.
      description: Include a detailed description of the feature, with usage examples.
    validations:
      required: true
  - type: textarea #fixed
    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

Steps to reproduce the problem

GitHub > googletest > Issues > New issue

image

What version of GoogleTest are you using?

N/A

What operating system and version are you using?

macOS Ventura

What compiler and version are you using?

N/A

What build system are you using?

N/A

Additional context

It is possible that there are others who are having the same problem.

Discussion #3425
Discussion #4160

kunitoki pushed a commit to kunitoki/googletest that referenced this issue Nov 4, 2023
Fixes google#4166

PiperOrigin-RevId: 514427586
Change-Id: I947b2a0f3687430f27e37fcd2b3fff8b1cb0b16e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants