An example README.md file for your Github project which everybody/github starters can use as a start readme file for there own project in MD(MarkDown) format. Don't know what MD syntax is? Check this article by John Gruber.
Clone the repo, git clone git@github.com:z3bbster/github-readme.git
, or download the latest release.
Have a bug? Please create an issue here on GitHub!
https://github.com/developer_name/github-readme/issues
developer_name
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request