docs: Updates for governance, readme
authorMark Lobodzinski <mark@lunarg.com>
Mon, 8 Jan 2018 15:05:37 +0000 (08:05 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 8 Jan 2018 15:06:19 +0000 (08:06 -0700)
Change-Id: I98fbb73d85b14560c901c86264500c927ac679b4

GOVERNANCE.md
README.md

index ac4b7c9..9421d88 100644 (file)
@@ -4,13 +4,12 @@
 
 * Alignment with the Vulkan Specification
   - The goal is for validation layer behavior to enforce the vulkan specification on applications. Questions on specification
-interpretations may require consulting with the Khronos Vulkan Workgroup for resolution 
+interpretations may require consulting with the Khronos Vulkan Workgroup for resolution
     - [Core Specification](https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html)
     - [Header Files](https://www.khronos.org/registry/vulkan/#headers)
     - [SDK Resources](https://vulkan.lunarg.com)
 * ISV Enablement
   - Updates of loader and validation layer functionality should be available in a timely fashion
-  - All new specification features should have validation at public launch
   - Every effort will be made to be responsive to ISV issues with validation layers
 * Cross Platform Compatibility
   - Google and LunarG collaboration:
@@ -26,12 +25,12 @@ on pull-requests
 * Contributor, Commenter, User
   - Submitting contributions, creating issues, or using the contents of the repository
 * Approver
-  - Experienced project members who have made significant technical contributions 
+  - Experienced project members who have made significant technical contributions
   - Write control: Approve pull/merge requests (verify submissions vs. acceptance criteria)
 * Technical Project Leads
-  - Lead the project in terms of versioning, quality assurance, and overarching objectives 
+  - Lead the project in terms of versioning, quality assurance, and overarching objectives
   - Monitor github issues and drive timely resolution
-  - Designate new approvers 
+  - Designate new approvers
   - Ensure project information such as the Readme, Contributing docs, wiki, etc., kept up-to-date
   - Act as a facilitator in resolving technical conflicts
   - Is a point-of-contact for project-related questions
@@ -40,9 +39,9 @@ The technical project leads for this repository are:
 * **Mark Lobodzinski** [mark@lunarg.com](mailto:mark@lunarg.com)
 * **Tobin Ehlis** [tobine@google.com](mailto:tobine@google.com)
 
-# **Acceptance Criteria and Process** 
-  - All source code to include Khronos copyright and license (Apache 2.0). 
-    - Additional copyrights of contributors appended 
+# **Acceptance Criteria and Process**
+  - All source code to include Khronos copyright and license (Apache 2.0).
+    - Additional copyrights of contributors appended
   - Contributions are via pull requests
     - Project leads will assigning approvers to contributor pull requests
     - Approvers can self-assign their reviewers
index 16f325e..35356ae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Vulkan Ecosystem Components
 
-This project provides the Khronos official ICD loader and validation layers for Vulkan developers on Windows and Linux.
+This project provides the Khronos official Vulkan ICD desktop loader and the Vulkan validation layers for Windows, Linux, and Android.
 
 ## CI Build Status
 | Platform | Build Status |