From 4857c63f9f7b5751695da740cf18c854804ab095 Mon Sep 17 00:00:00 2001 From: Elias Knodel Date: Tue, 3 Mar 2020 15:34:49 +0100 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9662ccc9..6f1cd8ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,11 +36,11 @@ The Pterodactyl install process is fairly simple once you know. Make sure your install process is rock solid as I will be testing eggs before they ever hit my repo. -I will make sugestions and changes at will. +I will make suggestions and changes at will. This is to maintain a clean repo that others can pull and be fully aware of what is being done. ## Step 3. #### Make a branch and do your work in there. -I have been getting messy PR's due to people always PRing from their master branch. Please make a branch and PR from there, +I have been getting messy PR's due to people always PRing from their master branch. Please make a branch and PR from there. From a3d305ed7d470b5207daa20d8917507989e2f929 Mon Sep 17 00:00:00 2001 From: Elias Knodel Date: Tue, 3 Mar 2020 15:43:34 +0100 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f1cd8ca..7628dda1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ If you need something in a container PR it to [my image repo](https://github.com/parkervcp/images) where I can review and pull up to the main repo. 4. Don't be afraid to submit PR's to the egg repo. - I dont bite. I will work with you on the egg and the required things to run it. + I don't bite. I will work with you on the egg and the required things to run it. ## Step 1. #### Be aware of the pterodactyl install process. @@ -43,4 +43,4 @@ This is to maintain a clean repo that others can pull and be fully aware of what ## Step 3. #### Make a branch and do your work in there. -I have been getting messy PR's due to people always PRing from their master branch. Please make a branch and PR from there. +I have been getting messy PR's due to people always PRing from their master branch. Please make a seperate branch and PR from there.