Skip to content

btford/poppins-vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poppins-vote

A Mary Poppins plugin for calculating upvotes.

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

Install

npm install poppins-vote

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('poppins-vote');
};

Usage

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published