aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-05-05 15:14:59 -0600
committerKarl Schultz <karl@lunarg.com>2016-05-05 15:14:59 -0600
commit07ccbcb333043ff81e69279344033e36b7dd086f (patch)
tree29017eeefa1a4ef183b5b15ef20b31a51458cae4
parent7d1383878ecda994f126b2bff9f77f22051348f4 (diff)
downloadusermoji-07ccbcb333043ff81e69279344033e36b7dd086f.tar.xz
docs: Elevate contrib info, add link
-rw-r--r--BUILD.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/BUILD.md b/BUILD.md
index c21935da..ad05e863 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -9,6 +9,12 @@ Note: The sample Vulkan Intel driver for Linux (ICD) is being deprecated in favo
This driver has been moved to the [VulkanTools repo](https://github.com/LunarG/VulkanTools).
Further instructions regarding this ICD are available there.
+## 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.
+
## Git the Bits
To create your local git repository:
@@ -16,10 +22,6 @@ To create your local git repository:
git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
```
-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.md file in this respository for more details.
-
## Linux Build
The build process uses CMake to generate makefiles for this project.