UNPKG

@auto-it/first-time-contributor

Version:

Thank first time contributors for their work right in your release notes.

24 lines (16 loc) 434 B
# 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: ```bash npm i --save-dev @auto-it/first-time-contributor # or yarn add -D @auto-it/first-time-contributor ``` ## Usage Simply add the plugins to your auto configuration. ```json { "plugins": ["first-time-contributor"] } ```