Skip to content

Commit

Permalink
Fixes image ref in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
I really should have double-checked this beforehand :U
  • Loading branch information
Altoids1 authored May 13, 2024
1 parent a478ea9 commit 62dfefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![A depiction of the 'RAIN WORLD' title screen, featuring Nomad.](mod/decals/Notocorda_TitleScreen.png)
![A depiction of the 'RAIN WORLD' title screen, featuring Nomad.](../mod/decals/Notocorda_TitleScreen.png)

## Introduction
The following is a general guide on how to help out for an open-source C# project like this, for those unfamiliar with typical etiquette and expectations. **These are not rules**, just some common wisdom that will make it easier for you to get your code merged and this mod further on its way to being complete! ❤️
Expand All @@ -12,4 +12,4 @@ There's no set style, but here's some recommendations:

- Use file-wide namespaces instead of namespace blocks. This means writing `namespace Deadlands;` instead of `namespace Deadlands { /* ... all the code ... */ }`.
- Never use `unsafe`.
- Be communicative! Code you write is, in part, a conversation you are having with the rest of us. Explain yourself, use clear variable names, and keep it simple.
- Be communicative! Code you write is, in part, a conversation you are having with the rest of us. Explain yourself, use clear variable names, and keep it simple.

0 comments on commit 62dfefd

Please sign in to comment.