Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 524 Bytes

README-contrib.md

File metadata and controls

14 lines (11 loc) · 524 Bytes

Contributing Vulkan Samples

Contributions to the Vulkan Samples Kit effort are encouraged!

General Requirements

  • All contributions MUST have an Apache-style license.

Procedure for Contributing

  1. contact LunarG for access to the VulkanSamplesKit repository
  2. clone the VulkanSamplesKit repository
  3. create a new branch for your work
  4. add contributions to your new branch
  5. ensure the requirements in src/README.md are met and the branch builds
  6. submit a pull/merge request for your branch