/Open_Source_Checklist

:white_check_mark: Open Source Checklist

Primary LanguageRubyMIT LicenseMIT

Open Source Checklist

Copy-paste friendly version.

Get all templates to local

ruby <(curl -sSL https://git.io/vzmvV) all

Single template also can, see usage:

ruby <(curl -sSL https://git.io/vzmvV)

General

All files are in markdown format (.md).

RubyGem Specific

  • Remove tests/specs from packaged gem Why?

Rails Specific

  • Remove sensitive data
  • Remove unnecessary code