diff --git a/.github/ISSUE_TEMPLATE/11-docs_request.yml b/.github/ISSUE_TEMPLATE/11-docs_request.yml index 8ec103fa7..67329e3e8 100644 --- a/.github/ISSUE_TEMPLATE/11-docs_request.yml +++ b/.github/ISSUE_TEMPLATE/11-docs_request.yml @@ -1,25 +1,18 @@ name: Documentation request -description: Propose a new feature. -labels: "enhancement" +description: Propose to add documentation or example. +labels: "documentation" 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. + label: Why do we need this documentation or example? + description: Ideally, explain why a combination of existing docs or examples 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. + description: Include a description of what should be documented or shown using a new example, including the feature subset that will be covered. 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