mirror of
https://github.com/google/googletest.git
synced 2025-12-23 20:14:56 +08:00
18 lines
459 B
YAML
18 lines
459 B
YAML
name: Refactor request
|
|
description: Propose a new tidy, refactor or convention change.
|
|
labels: "refactor"
|
|
body:
|
|
- type: textarea
|
|
id: why
|
|
attributes:
|
|
label: What's wrong with the code as it stands?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Describe the proposal.
|
|
description: Include a detailed description of the change, with an example.
|
|
validations:
|
|
required: true
|