googletest/.github/ISSUE_TEMPLATE/12-refactor_request.yml
2024-02-14 17:34:30 +00:00

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