mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Update 12-refactor_request.yml
This commit is contained in:
parent
f030c43724
commit
51448f4a53
16
.github/ISSUE_TEMPLATE/12-refactor_request.yml
vendored
16
.github/ISSUE_TEMPLATE/12-refactor_request.yml
vendored
@ -1,25 +1,17 @@
|
|||||||
name: Refactor request
|
name: Refactor request
|
||||||
description: Propose a new feature.
|
description: Propose a new tidy, refactor or convention change.
|
||||||
labels: "enhancement"
|
labels: "refactor"
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: why
|
id: why
|
||||||
attributes:
|
attributes:
|
||||||
label: Why do we need this feature?
|
label: What's wrong with the code as it stands?
|
||||||
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 change, with an example.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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: false
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user