From 25d704e67c8f5b41f08f062622911e1c1676d2bf Mon Sep 17 00:00:00 2001 From: BethanyG Date: Tue, 5 Oct 2021 16:09:45 -0700 Subject: [PATCH] More formatting niggles. --- CONTRIBUTING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 725f1201..f407e921 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ Exercises are grouped into **concept** exercises which teach the [Python syllab ## ๐Ÿ› **Did you find a bug?** -It's not uncommon that people discover typos, confusing directions, or incorrect implementations of certain tests or code examples. Or you might have a great suggestion for a hint to aid students (๐Ÿ’™) , see optimizations for exemplar or test code, find some missing test cases to add, or want to correct factual and/or logical errors. Or maybe you have a great idea for an exercise or feature. +It's not uncommon that people discover typos, confusing directions, or incorrect implementations of certain tests or code examples. Or you might have a great suggestion for a hint to aid students (๐Ÿ’™  ) , see optimizations for exemplar or test code, find some missing test cases to add, or want to correct factual and/or logical errors. Or maybe you have a great idea for an exercise or feature. _Our track is always a work in progress!_ ๐ŸŒŸ๐ŸŒŸ Please ๐Ÿ“›  [Open an issue](https://github.com/exercism/python/issues/new/choose) ๐Ÿ“› , and let us know what you've found. @@ -57,14 +57,13 @@ Some defined roles in our community: [Community Member](https://github.com/exer
-- Maintainers are happy to review your work and help you out.  ๐Ÿ’› ๐Ÿ’™  But they may be in a different timezone, or tied up  ๐Ÿงถ  with other tasks. **Please wait at least 72 hours before pinging them.** They will review your request as soon as they are able to. +- Maintainers are happy to review your work and help you out. ๐Ÿ’› ๐Ÿ’™  But they may be in a different timezone, or tied up  ๐Ÿงถ  with other tasks. **Please wait at least 72 hours before pinging them.** They will review your request as soon as they are able to. - If you'd like in-progress feedback or discussion, please mark your PR as a `[draft]` - Pull requests should be focused on a single exercise, issue, or change. - - Pull Request titles and descriptions should make clear **what** has changed and **why**. Please link  ๐Ÿ”—  to any related issues the PR addresses. -- ๐Ÿ“› [An issue should be opened](https://github.com/exercism/python/issues/new/choose) ๐Ÿ“›  _**before**_ creating a Pull Request that makes significant or breaking changes to an existing exercise. +- ๐Ÿ“› [An issue should be opened](https://github.com/exercism/python/issues/new/choose) ๐Ÿ“›  _**before**_ creating a Pull Request making significant or breaking changes to an existing exercise. - The same holds true for changes across multiple exercises. - - It is best to discuss changes with  ๐Ÿงฐ maintainers before doing a lot of work. + - It is best to discuss changes with  ๐Ÿงฐ  maintainers before doing a lot of work. - Follow coding standards found in [PEP8](https://www.python.org/dev/peps/pep-0008/) ( ["For Humans" version here](https://pep8.org/).) We do have some more specific requirements. More on that a little later. - All files should have a proper [EOL](https://en.wikipedia.org/wiki/Newline) at the end. This means one carriage return at the end of the final line of text in files. - Otherwise, watch out  โš ๏ธ  for trailing spaces, extra blank lines, extra spaces, and spaces in blank lines.