From af0686ad4100f91c9c36e473ff6d311d4f703776 Mon Sep 17 00:00:00 2001 From: AreYouScared Date: Mon, 30 Sep 2019 06:04:43 -0400 Subject: [PATCH] Update pull_request_template.md Fixed typo --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8285664e..edcd00b2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,11 +12,11 @@ 1. [ ] Does your submission pass tests (server is connectable)? 2. [ ] Does your server use a custom docker image? * [ ] Have you tried to use a generic image? - * [ ] Did you PR the nesessary changes to make it work? + * [ ] Did you PR the necessary changes to make it work? 3. [ ] Have you added the server to the main README.md? 4. [ ] Have you added a unique README.md for the server you are adding? ### Changes to an existing Egg: 1. [ ] Have you added an explanation of what your changes do and why you'd like us to include them? -2. [ ] Have you tested your Egg changes? \ No newline at end of file +2. [ ] Have you tested your Egg changes?