diff --git a/MARKERS.md b/MARKERS.md index 805c60e8a4..f621c09699 100644 --- a/MARKERS.md +++ b/MARKERS.md @@ -47,7 +47,7 @@ Single line changes: ```yml -[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 ``` @@ -55,7 +55,7 @@ Multiple line changes: ```yml -# 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 diff --git a/README.md b/README.md index a63b76b156..7387e8c096 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ 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. @@ -27,9 +30,6 @@ If you're familiar with someone here, feel free to request a review from them in [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 @@ -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