diff --git a/generator-eui/changelog/index.js b/generator-eui/changelog/index.js index bfd558f4e75..c456a47e085 100644 --- a/generator-eui/changelog/index.js +++ b/generator-eui/changelog/index.js @@ -35,6 +35,12 @@ module.exports = class extends Generator { type: 'confirm', default: false, }, + { + message: 'Does your PR contain accessibility improvements?', + name: 'a11y', + type: 'confirm', + default: false, + }, { message: 'Does your PR contain deprecations?', name: 'deprecations', diff --git a/generator-eui/changelog/templates/changelog.md b/generator-eui/changelog/templates/changelog.md index bd011a3bae9..42b0f7992cb 100644 --- a/generator-eui/changelog/templates/changelog.md +++ b/generator-eui/changelog/templates/changelog.md @@ -7,6 +7,12 @@ - Fixed ... +<%_ } -%> +<%_ if (a11y) { -%> +**Accessibility** + +- Improved the accessibility experience of ... + <%_ } -%> <%_ if (deprecations) { -%> **Deprecations**