-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
A recent all-contributors PR automatically added an autoconfiguration for commitType
, but at the time of writing it is not noted as a possible configuration in the official docs
To Reproduce
Steps to reproduce the behavior:
- Use the all contributors bot to open a PR on a repo (might be relevant that the configuration specifies angular as the
commitConvention
) - Note that
commitType
is updated to a default ofdocs
in this commit by AC bot
Expected behavior
Documentation should list commitType
description and accepted options/values (or link to them if pulling from conventional commits spec)
Anything else?
Relevant PR adding the change to the bot: all-contributors/app#462
It is specifically noted in the PR body that due to lack of documentation on commitConvention, docs for commitType were skipped as well. There are, however, docs for commitConvention here, so there should be docs for commitType as well
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working