mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
tform for refactors
This commit is contained in:
parent
24774035f6
commit
6f3c365606
25
.github/ISSUE_TEMPLATE/12-refactor_request.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/12-refactor_request.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: Refactor request
|
||||
description: Propose a new feature.
|
||||
labels: "enhancement"
|
||||
body:
|
||||
- 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: false
|
||||
Loading…
x
Reference in New Issue
Block a user