NetKAN merge checklist - brookmire/CKAN GitHub Wiki

Essential

  • Is the mod already bundled? Sometimes things get submitted under different names. A quick grep, ack or search for the github/kerbstuff ID is a good way to check.
  • Does Travis say it's okay? Travis can spot simple mistakes like JSON validation errors, and in the future we'll expand it to handle other common mistakes, too.
  • Does it generate a sensible license? Right now none of our tools care, but future versions will. Here is a list of valid versions strings.
  • Does the identifier name match the file name?

Nice to have

  • Do we have the blessings of the mod author? They're nice to have, but not essential. See #89 for more discussions on this.
  • Is there an x_maintained_by field? Our tools ignore this, but it's good to have one so we know who to quiz for questions.