Skip to content

Commit e95de51

Browse files
Update CONTRIBUTING.md
1 parent 8cc32fc commit e95de51

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ purposes. If you'd like to share artistic shaders, or game shaders, please try h
1212
By contributing a shader to this website, you're applying this repository's license to the shader
1313
code.
1414

15-
Did you write the shader code yourself? If so, make sure you're OK with applying the terms in [LICENSE].
15+
Did you write the shader code yourself? If so, make sure you're OK with applying the terms in [LICENSE](LICENSE).
1616

1717
Did someone else write some or all of the shader code? Check the license on the shader code to ensure
18-
that you're allowed to post that code under the terms of our [LICENSE].
18+
that you're allowed to post that code under the terms of our [LICENSE](LICENSE).
1919

2020
## What You'll Need
2121
Here's what you'll need when contributing a shader.
@@ -58,6 +58,8 @@ Below the Frontmatter data, paste your shader code:
5858
[INSERT CODE HERE]
5959
```
6060

61+
**The easiest way to write your `index.md` is to copy an existing file and adjust its values.**
62+
6163
Create a new Git branch with whatever name you'd like. Then, commit your changes with a message like
6264
the following:
6365

@@ -71,4 +73,4 @@ Open a Pull Request to merge your shader into the website. We'll review your sha
7173
looks good then we'll merge your PR, and the website will automatically rebuild and re-deploy with
7274
your new shader.
7375

74-
Thanks for contributing!
76+
Thanks for contributing!

0 commit comments

Comments
 (0)