Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 14, 2023
1 parent fc4d3f7 commit 932239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Writing up a bug the right way is important! It helps us fix it faster and more

## Writing Code

The most obvious way to directly contribute is to write code. You can do this by forking the repository, making your changes, and then submitting a pull request. If you're not sure what to work on, check out the [issues](https://github.com/After-the-End-of-All-Things/game/issues) or the [project board](https://github.com/orgs/After-the-End-of-All-Things/projects/1).
The most obvious way to directly contribute is to write code. You can do this by forking the repository, making your changes, and then submitting a pull request. If you're not sure what to work on, check out the [issues](https://github.com/After-the-End-of-All-Things/game/issues) or the [project board](https://github.com/orgs/After-the-End-of-All-Things/projects/1). You can specifically look for [good first issue](https://github.com/After-the-End-of-All-Things/game/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22) issues or if you're more acquainted with the codebase, the [help wanted](https://github.com/After-the-End-of-All-Things/game/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22) issues.

## Creating Content

Expand Down

0 comments on commit 932239f

Please sign in to comment.