Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SupinePandora43 committed Jul 13, 2023
1 parent 994bc08 commit dfa2bf6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit dfa2bf6

Please sign in to comment.