From fe2c962dc5c296678cc175c237c785bc44deb6d1 Mon Sep 17 00:00:00 2001 From: James Frowen Date: Fri, 4 Sep 2020 17:46:01 +0100 Subject: [PATCH] fixing typos (#2217) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b3eb9ea6..5c5b5a201 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ If you haven't already, come find us in [Discord](https://discord.gg/N9QVxbM). W ### I don't want to read this whole thing I just have a question!! -We currently allow our users to use the issue tracker for support questions. But please be wary that maintaining an open source project can take a lot of time from the maintainers. If asking for a support question, state it clearly and take the time to explain your problem properly. Also, if your problem is not strictly related to this project we recommend you to use [Stack Overlow](https://stackoverflow.com) instead. +We currently allow our users to use the issue tracker for support questions. But please be wary that maintaining an open source project can take a lot of time from the maintainers. If asking for a support question, state it clearly and take the time to explain your problem properly. Also, if your problem is not strictly related to this project we recommend you to use [Stack Overflow](https://stackoverflow.com) instead. ## How Can I Contribute? @@ -84,7 +84,7 @@ We can always use more test coverage. * **Provide a link to the related issue** if the pull request is a follow up of an existing bug report or enhancement suggestion. * **Comment why this pull request represents an enhancement** and give a rationale explaining why you did it that way and not another way. * **Use the same coding style as the one used in this project**. -* **Documentation:** If your PR adds or changes any public properties or methods, you must retain the old versions preceded with `[Obsolete("Describe what to do / use instead")` attribute wherever possbile, and you must update any relevant pages in the /docs folder. It's not done until it's documented! +* **Documentation:** If your PR adds or changes any public properties or methods, you must retain the old versions preceded with `[Obsolete("Describe what to do / use instead")` attribute wherever possible, and you must update any relevant pages in the /docs folder. It's not done until it's documented! * **Welcome suggestions from the maintainers to improve your pull request**. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). Rebase your pull requests if necessary.