From ef3860004e813ed23f6fa6286028aa92dc4a0cd9 Mon Sep 17 00:00:00 2001 From: mattpopovich Date: Mon, 1 Jun 2020 00:50:57 -0600 Subject: [PATCH] Small grammar fix --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e0fee2a..7413516 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,12 +2,12 @@ I want to thank you for sparing a time to improve this project! Here are some guidelines for contributingļ¼š -To ensure that the blog design is not confused, this project do not accept suggestions for design changes, such as colors scheme, fonts, typography, etc. If your request is about enhancement, it is recommended to first submit a `Feature Request` type issue to discuss whether your idea fits the project. +To ensure that the blog design is not confused, this project does not accept suggestions for design changes, such as color scheme, fonts, typography, etc. If your request is about an enhancement, it is recommended to first submit a `Feature Request` type issue to discuss whether your idea fits the project. Generally, contribute to the project by: 1. Fork this project. -2. Create a new branch `my-new-freature`(or `fix-a-bug`), then complete the development, commit and push. +2. Create a new branch `my-new-feature`(or `fix-a-bug`), then complete the development, commit and push. 3. Submit a new `Pull Request`.