AUTHORS.md · Schema

AllContributorsConfig

Schema for the .all-contributorsrc configuration file used by the All Contributors specification and bot to manage open-source project contributor attribution.

AttributionDocumentationOpen SourceRepositoryFile FormatContributor ManagementLicense ComplianceStandard

Properties

Name Type Description
projectName string Name of the project repository.
projectOwner string GitHub username or organization that owns the project.
repoType string Type of repository hosting service.
repoHost string Hostname of the repository hosting service.
files array List of files to update with contributor tables.
imageSize integer Size in pixels for contributor avatar images.
commit boolean Whether to automatically commit changes when contributors are added.
commitConvention string Commit message convention to follow.
contributorsPerLine integer Maximum number of contributors to display per line in the table.
badgeTemplate string Custom template for the contributors badge markdown.
contributorTemplate string Custom template for individual contributor entries in the table.
types object Custom contribution type definitions extending the default types.
contributors array List of contributors to the project.
View JSON Schema on GitHub