mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Update 11-docs_request.yml
This commit is contained in:
parent
3f0895632e
commit
40b64db017
17
.github/ISSUE_TEMPLATE/11-docs_request.yml
vendored
17
.github/ISSUE_TEMPLATE/11-docs_request.yml
vendored
@ -1,25 +1,18 @@
|
|||||||
name: Documentation request
|
name: Documentation request
|
||||||
description: Propose a new feature.
|
description: Propose to add documentation or example.
|
||||||
labels: "enhancement"
|
labels: "documentation"
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: why
|
id: why
|
||||||
attributes:
|
attributes:
|
||||||
label: Why do we need this feature?
|
label: Why do we need this documentation or example?
|
||||||
description: Ideally, explain why a combination of existing features cannot be used instead.
|
description: Ideally, explain why a combination of existing docs or examples 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 description of what should be documented or shown using a new example, including the feature subset that will be covered.
|
||||||
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