Skip to content

Commit 826e508

Browse files
committed
Update tables
1 parent e4cb203 commit 826e508

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ Documentation for Whisky.
3131
- Cite your sources. Found a guide from somewhere else? Found a solution or other thing online? Provide a link in your page. This isn't a requirement that's going to get your PR rejected, but simply one that future-proofs things and ensures that if a game suddenly breaks, we can check our sources and see if there are any updates to the solutions found.
3232
- Add status ratings to your game based on the following scale. We leave this up to general author interpretation, but please make sure you're still following these general guidelines:
3333

34-
| Status | Description |
35-
| ------- | ---------------------------------------------------------------------------------------------- |
36-
| Gold | Game works out-of-the-box with no issues and/or requires minimal workarounds. |
37-
| Silver | Game requires some workarounds, but they are simple and/or there are minor in-game issues |
38-
| Bronze | Game is very difficult to get working and/or has severe in-game issues that limit playability. |
39-
| Garbage | Game does not work at all. |
34+
| Status | Description |
35+
|----------|------------------------------------------------------------------------------------------------|
36+
| Platinum | Game without any defects and runs perfectly. |
37+
| Gold | Game can be configured to run perfectly and without any defects. |
38+
| Silver | Game requires some configuration to run and or has minor defects. |
39+
| Bronze | Game is very difficult to get working and/or has severe in-game issues that limit playability. |
40+
| Garbage | Game does not work at all. |
4041

4142
1. Create a new markdown file in `~/whisky-book/src/game-support` with the name of the game.
4243
- Format your file in all lowercase, using only alphabetical, numerical, and dash characters, and use abbreviations where possible. i.e:

Diff for: src/game-support/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Game support status is rated on a scale. The placement of a particular
1111
title is partially left to the article author, but some general guidelines apply.
1212

1313
| Status | Description |
14-
| -------- | ---------------------------------------------------------------------------------------------- |
14+
|----------|------------------------------------------------------------------------------------------------|
1515
| Platinum | Game without any defects and runs perfectly. |
1616
| Gold | Game can be configured to run perfectly and without any defects. |
1717
| Silver | Game requires some configuration to run and or has minor defects. |

0 commit comments

Comments
 (0)