Skip to content

Instantly share code, notes, and snippets.

@RichardLitt
Created July 10, 2016 11:58
Show Gist options
  • Save RichardLitt/949bbc6eda986ee4c292035b2096a395 to your computer and use it in GitHub Desktop.
Save RichardLitt/949bbc6eda986ee4c292035b2096a395 to your computer and use it in GitHub Desktop.
function license {
echo "## License
[MIT](LICENSE)"
}
function contribute {
echo "
## Contribute
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/${PWD##*/}/issues)!
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
"
}
function badges {
printf "[![](https://img.shields.io/badge/made\%20by-Protocol\%20Labs-blue.svg?style=flat-square)](http://ipn.io)\n\
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)\n\
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)\n\
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n"
}
function discussion {
printf "[![](https://img.shields.io/badge/discussion_repo-go_to_issues-brightgreen.svg?style=flat-square)](https://github.com/ipfs/${PWD##*/}/issues)\n\
\n\
This is a **discussion repo**. That means that all of the work gets done in the [issues](https://github.com/ipfs/${PWD##*/}/issues).\n"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment