Skip to content

jollygoodcode/Open_Source_Checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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