diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..1f68c7ac5 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Guidelines for contributions + +## Development Requirements + +Recommended IDE is vscode. + +### Linux + +`yay -Syu shaderc spirv-cross vulkan-devel` + +(vulkan-devel is optional) + +### Windows + +* shaderc (glslc) +* spirv-cross +* (optional) vulkan sdk + +## Pull Requests + +* Don't make changes to the main branch in your fork. +* Split unrelated changes into separate PRs +* Branch name format for syncing to the new Ultralight version is `upstream_yyyy_mm_dd_hash`