0.0.4 • Published 10 years ago

poppins-check-cla v0.0.4

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

poppins-check-cla

A Mary Poppins plugin for checking whether a user has signed a CLA or not. Requires the pr-checklist plugin.

It does this "check" by seeing if the user submitting the PR has contributed before.

Install

npm install poppins-check-cla

Configure

To use this plugin, you need to load it in your config file with couldYouPlease:

// config.js
module.exports = function (poppins) {

  poppins.config = { /*...*/ };

  // pr checklist config
  poppins.couldYouPlease('pr-checklist');
};

License

MIT

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago