Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed May 3, 2024
1 parent 3d31fd1 commit a0f3d17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MARKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ Single line changes:

```yml
<Rest of the unchanged file above...>
[Your code here. This can be entirely original, or modified from the original file] # Parkstation-[TitleOfFeature] E Optional clarification of why this change was done
[Your code here. This can be entirely original, or modified from the original file] # Parkstation-[TitleOfFeature] # Optional clarification of why this change was done
<Rest of the unchanged file below...>
```

Multiple line changes:

```yml
<Rest of the unchanged file above...>
# Parkstation-[TitleOfFeature]-Start E Optional clarification of why this change was done
# Parkstation-[TitleOfFeature]-Start # Optional clarification of why this change was done
[Your code here. This can be entirely original, or modified from the original file]
# Parkstation-[TitleOfFeature]-End
<Rest of the unchanged file below...>
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Get in Discord if you want to help.
We've got a [list of issues](https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw/issues) that need to be done and anybody can pick them up.
Don't be afraid to ask for help in Discord either!

If you make any contributions, please make sure to read the markers section in [MARKERS](https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw/blob/master/MARKERS.md).
Any changes made to files belonging to our upstream should be properly marked in accordance to what is specified there.

Before making a PR here, consider if the feature is specific to us, or if it would generally improve the codebase.
Broader changes should be made on our upstream, [Einstein Engines](https://github.com/Simple-Station/Einstein-Engines), where many of the same maintainers manage the code.
If you're familiar with someone here, feel free to request a review from them in particular over there.

[Einstein Engines](https://github.com/Simple-Station/Einstein-Engines) is also accepting translations.
If you would like to translate the game into another language check the #contributor-general channel in their Discord.

If you make any contributions, please make sure to read the markers section in [MARKERS](https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw/blob/master/MARKERS.md).
Any changes made to files belonging to our upstream should be properly marked in accordance to what is specified there.


## Building

Expand All @@ -44,6 +44,7 @@ We provide some scripts shown below to make the job easier.

> - Git (needed)
> - Python 3.7 or higher
> - Visual Studio Code (**NOT** Visual Studio)
### Windows

Expand Down

0 comments on commit a0f3d17

Please sign in to comment.