From dfa2bf64d4f984f49e44c523ce19ebf2f2da0d6e Mon Sep 17 00:00:00 2001 From: SupinePandora43 Date: Thu, 13 Jul 2023 19:34:57 +0500 Subject: [PATCH] Create CONTRIBUTING.md --- .github/CONTRIBUTING.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/CONTRIBUTING.md 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`