Michael Deimels Blog

No comment

Make it OpenSource

this is a small checklist for open sourcing a project on Github

Steps

  1. Make your github project public.
    • go to the Settings page
  2. Create a meaningfully README Here is a template

  3. Choose a license.
    • create a file called LICENSE
    • choose a license type like the MIT License and put it there
    • add your name and the date
  4. Setup Travis
    • login to travis and enable your project
    • add the build info on top of your README
        [Status](https://travis-ci.org/YOURNAME/PROJECT.svg)](https://travis-ci.org/YOURNAME/PROJECT)