@auto-it/first-time-contributor
v11.3.6
Published
Thank first time contributors for their work right in your release notes.
Downloads
66,853
Maintainers
Readme
First Time Contributor Plugin
Thank first time contributors for their work right in your release notes.
Installation
This plugin is not included with the auto CLI installed via NPM. To install:
npm i --save-dev @auto-it/first-time-contributor
# or
yarn add -D @auto-it/first-time-contributorUsage
Simply add the plugins to your auto configuration.
{
"plugins": ["first-time-contributor"]
}