Skip to content

Update config schema to govern and document config properties not currently captured #1237

@kriswest

Description

@kriswest

Is your feature request related to a problem? Please describe.
The following important config properties are not adequately documented in the Config schema or documentation and TypeScript types generated from it:

"commitConfig": {
"description": "Enforce rules and patterns on commits including e-mail and message",
"type": "object"
},
"attestationConfig": {
"description": "Customisable questions to add to attestation form",
"type": "object"
},
"domains": {
"description": "Provide domains to use alternative to the defaults",
"type": "object"
},

Describe the solution you'd like
All configuration settings should be covered in the schema (and hence generated documentation and typescript types)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions