From c960f2b844c8ec46fa7ec56f4241f6d5868eab03 Mon Sep 17 00:00:00 2001 From: Christian Bundy <me@christianbundy.com> Date: Thu, 26 Jun 2014 16:07:03 -0700 Subject: [PATCH] Initial commit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cec17b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# README Boilerplate + +A collection of best practices for a simple and informative README. + +## Installation + +Download to your project directory, add it, and commit. + +```sh +curl -O https://github.com/christianbundy/readme-boilerplate.md +git add README.md +git commit -m "Add README Boilerplate" +``` + +## Usage + +Edit `README.md` with the name of your project, a description, installation instructions, usage instructions, how to get support, and how people can contribute to your project. + +## Support + +Please open an issue to receive support for this project. + +## Contributing + +Fork the project, create a new branch, make your changes, and open a pull request.