Added links to Pull Requests documents for Contributing, readme, issue responder and pr responder.

This commit is contained in:
BethanyG
2021-11-12 19:30:55 -08:00
committed by BethanyG
parent a6c15a42ac
commit c690e0250a
4 changed files with 48 additions and 22 deletions

View File

@@ -5,31 +5,51 @@ Hi! 👋🏽 👋 Welcome to the Exercism Python Repo!
Thank you for opening an issue! 🐍  🌈 ✨
<br>
- &nbsp; If you are **requesting support**, we will be along shortly to help. (*generally within* **72 hours,** *often more quickly*).
- &nbsp; **Found a problem** with tests, exercises or something else?? &nbsp;🎉
&nbsp;&nbsp;&#9702;&nbsp;We'll take a look as soon as we can & identify what work is needed to fix it. *(generally within* **72 hours**).
- &nbsp; If you are **requesting support**, we will be along shortly to help. (*generally within* **72 hours,** *often more quickly*).
- &nbsp; **Found a problem** with tests, exercises or something else?? &nbsp;🎉
&nbsp;&nbsp;We'll take a look as soon as we can & identify what work is needed to fix it. *(generally within* **72 hours**).
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;If you'd also like to make a PR to **fix** the issue after discussing it,
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;_We &nbsp;💙 &nbsp;PRs that follow our [Exercism](https://exercism.org/docs/building) & [Track](https://github.com/exercism/python/blob/main/CONTRIBUTING.md) contributing guidelines!_
&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#9702;&nbsp;_If you'd also like to make a PR to **fix** the issue, please have a quick look at the [Pull Requests][prs] doc._
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;_We &nbsp;💙 &nbsp;PRs that follow our [Exercsim][exercism-guidelines] & [Track][track-guidelines] contributing guidelines!_
- &nbsp; Here because of an obvious (*and* **small** *set of*) spelling, grammar, or punctuation issues with **one** exercise,
&nbsp; concept, or Python document?? 🌟 `Please feel free to submit a PR, linking to this issue.` 🎉
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ❗ Please **do not** run checks on the whole repo & submit a bunch of PRs.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This creates longer review cycles & exhausts reviewers energy & time.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It may also conflict with ongoing changes from other contributors.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For anything complicated or ambiguous, **let's discuss things** -- we will likely welcome a PR from you.
<ul>
<table>
<td>
<details>
<summary>‼️&nbsp;&nbsp;<b><em>Please Do Not</em></b>&nbsp;‼️</summary>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please keep in mind that inserting only blank lines, making a closing bracket drop to the next line, changing a
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;word to a synonym without obvious reason, adding trailing space that's not a[ EOL](https://en.wikipedia.org/wiki/Newline) for the very end of text files,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and other "changes just to change things" are **not** considered helpful, and will likely be closed by reviewers.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Run checks on the whole repo & submit a bunch of PRs.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; This creates longer review cycles & exhausts reviewers energy & time.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; It may also conflict with ongoing changes from other contributors.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ❗ Insert only blank lines, make a closing bracket drop to the next line, change a word
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to a synonym without obvious reason, or add trailing space that's not an[ EOL][EOL] for the very end of text files.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ❗ Introduce arbitrary changes "just to change things" .
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _...These sorts of things are **not** considered helpful, and will likely be closed by reviewers._
</details>
</td>
</table>
</ul>
- For anything complicated or ambiguous, **let's discuss things** -- we will likely welcome a PR from you.
- _Here to suggest a feature or new exercise??_ **Hooray!** Please keep in mind [_Chesterton's Fence_][chestertons-fence].
_Thoughtful suggestions will likely result faster & more enthusiastic responses from maintainers._
<br>
💙 &nbsp;_While you are here..._ If you decide to help out with other [open issues](https://github.com/exercism/python/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), you have our **gratitude** 🙌 🙌🏽.
💛 &nbsp;💙 &nbsp;_While you are here..._ If you decide to help out with other [open issues][open-issues], you have our **gratitude** 🙌 🙌🏽.
Anything tagged with `[help wanted]` and without `[Claimed]` is up for grabs.
Comment on the issue and we will reserve it for you. 🌈 ✨
_Here to suggest a feature or new exercise??_ **Hooray!** 🎉 &nbsp; Please keep in mind [_Chesterton's Fence_](https://github.com/exercism/docs/blob/main/community/good-member/chestertons-fence.md).
_Thoughtful suggestions will likely result faster & more enthusiastic responses from maintainers._
[prs]: https://github.com/exercism/docs/blob/main/community/good-member/pull-requests.md
[EOL]: https://en.wikipedia.org/wiki/Newline
[chestertons-fence]: https://github.com/exercism/docs/blob/main/community/good-member/chestertons-fence.md
[exercism-guidelines]: https://exercism.org/docs/building
[open-issues]: https://github.com/exercism/python/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
[track-guidelines]: https://github.com/exercism/python/blob/main/CONTRIBUTING.md

View File

@@ -200,7 +200,7 @@ comment:
<details open>
<summary>⚠️ &nbsp;<b>Please be aware</b>&nbsp;⚠️ </summary>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_This repo does not generally accept Pull Requests unless they follow our [contributing guidelines](https://github.com/exercism/python/blob/main/CONTRIBUTING.md) and are:_
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_This repo does not generally accept []Pull Requests](https://github.com/exercism/docs/blob/main/community/good-member/pull-requests.md) unless they follow our [contributing guidelines](https://github.com/exercism/python/blob/main/CONTRIBUTING.md) and are:_
&nbsp;&nbsp;&nbsp;&nbsp; 1⃣ &nbsp;&nbsp;&nbsp; Small, contained fixes for typos/grammar/punctuation/code syntax on [one] exercise,
&nbsp;&nbsp;&nbsp;&nbsp; 2⃣ &nbsp;&nbsp;&nbsp;&nbsp;Medium changes that have been agreed/discussed via a filed issue,