Make it OpenSource
this is a small checklist for open sourcing a project on Github
Steps
- Make your github project public.
- go to the Settings page
-
Create a meaningfully README Here is a template
- 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
- create a file called
- 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)