Created
July 10, 2016 11:58
-
-
Save RichardLitt/949bbc6eda986ee4c292035b2096a395 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://github.com/ipfs/community/blob/master/contributing.md) | |
" | |
} | |
function badges { | |
printf "[](http://ipn.io)\n\ | |
[](http://ipfs.io/)\n\ | |
[](http://webchat.freenode.net/?channels=%23ipfs)\n\ | |
[](https://github.com/RichardLitt/standard-readme)\n" | |
} | |
function discussion { | |
printf "[](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