summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Edwards <jeremyedwards@google.com>2013-12-09 12:00:26 -0800
committerJeremy Edwards <jeremyedwards@google.com>2013-12-09 12:00:26 -0800
commit0aae1a532590bc9165c1ecccc3e28bc8035773d5 (patch)
tree7bae230a0a98193a31d0ea6cc8dbaf1e9122f72b /README.md
parent4b2a0dce582d83491f0a222d3083289026b79be4 (diff)
downloadgoogle-compute-image-packages-0aae1a532590bc9165c1ecccc3e28bc8035773d5.tar.gz
Add instructions on how to contribute to the project.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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.