From 0aae1a532590bc9165c1ecccc3e28bc8035773d5 Mon Sep 17 00:00:00 2001 From: Jeremy Edwards Date: Mon, 9 Dec 2013 12:00:26 -0800 Subject: Add instructions on how to contribute to the project. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3ee2747..198ca93 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,14 @@ Refer to [Building a Google Compute Engine Image](https://developers.google.com/ This repository is structured so that each package is located in its own top-level directory. [`google-startup-scripts`](google-startup-scripts/) and [`google-daemon`](google-daemon/) are stored as the directory structure of where the files would be from root. [`image-bundle`](image-bundle/) has no directory structure. ## Contributing -We welcome bug fixes and enhancements. Before you can submit patches please sign our Contributor License Agreement. See CONTRIB.md for more information. +Have a patch that will benefit this project? Awesome! Follow these steps to have it accepted. + +1. Please sign our [Contributor License Agreement](CONTRIB.md). +1. Fork this Git repository and make your changes. +1. Run the unit tests. (gcimagebundle only) +1. Create a Pull Request +1. Incorporate review feedback to your changes. +1. Accepted! ## License All files in this repository are under the [Apache License, Version 2.0](LICENSE) unless noted otherwise. -- cgit v1.2.1