9.39.1-canary.1309.16532.0 • Published 6 years ago

@auto-canary/first-time-contributor v9.39.1-canary.1309.16532.0

Weekly downloads
4,554
License
MIT
Repository
github
Last release
6 years ago

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-contributor

Usage

Simply add the plugins to your auto configuration.

{
  "plugins": ["first-time-contributor"]
}