Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Last active August 29, 2015 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferventcoder/f1fb6048ada02c72de7b to your computer and use it in GitHub Desktop.
Save ferventcoder/f1fb6048ada02c72de7b to your computer and use it in GitHub Desktop.
Package Moderation Checklist
  1. Is the package named appropriately?
  2. Is the title appropriate?
  3. Does it have all the links? ProjectUrl at the very least.
  4. Is the description sufficient to explain the software?
  5. Are the authors pointed to the actual authors and not the package maintainers?
  6. Does the package look generally safe for consumption?
  7. Are links in the package to download software using the appropriate location?
  8. Does the package generally meet the guidelines set forth?
  9. Does the install and uninstall scripts make sense or are there variables being used that don't work?
  10. Does the package actually work?

Bonus points (for now):

  1. Are the authors using checksums?
@gep13
Copy link

gep13 commented Oct 26, 2014

I think that this is a good start!

What exactly are you referring to with the checksums? If we want to support this, do we need to add a checksum value somewhere? Is there information somewhere about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment