aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-05-05 15:16:56 -0600
committerKarl Schultz <karl@lunarg.com>2016-05-05 15:16:56 -0600
commitcf5fb234bce219d5bc616cd255a790f44dd5f9be (patch)
tree5975a60db9aebaa3d48017d65b9b86269ddc0169
parent07ccbcb333043ff81e69279344033e36b7dd086f (diff)
downloadusermoji-cf5fb234bce219d5bc616cd255a790f44dd5f9be.tar.xz
docs: Add contrib info and link
-rwxr-xr-xREADME.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9a5d327..4b7fde49 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
# Vulkan Ecosystem Components
-*Version 1.0, January 25, 2016*
This project provides Khronos official ICD loader and validation layers for Vulkan developers on Windows and Linux.
@@ -19,6 +18,11 @@ The following components are available in this repository:
- [*Validation Layers*](layers/)
- Demos and tests for the loader and validation layers
+## Contributing
+
+If you intend to contribute, the preferred work flow is for you to develop your contribution
+in a fork of this repo in your GitHub account and then submit a pull request.
+Please see the [CONTRIBUTING](CONTRIBUTING.md) file in this respository for more details
## How to Build and Run