diff options
author | Olivia (Zoe) <zoe.i2k1@gmail.com> | 2022-04-14 16:31:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 16:31:17 +0200 |
commit | eb00b95d26e8f264af80f508d50ac32e50619027 (patch) | |
tree | 804eac7c722369f94c7a97ef87a149c4f29d6df0 /CONTRIBUTING.md | |
parent | 30e23a643ba4f892c42e8d8d8a2ab31a6e68a9a6 (diff) | |
download | zsh-eb00b95d26e8f264af80f508d50ac32e50619027.tar.gz zsh-eb00b95d26e8f264af80f508d50ac32e50619027.tar.bz2 zsh-eb00b95d26e8f264af80f508d50ac32e50619027.zip |
chore: minor documentation tweaks (#10853)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 605142845..2bd877892 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ It should include the data gathered as indicated above, along with: 2. What the correct behavior should be 3. What the actual behavior is -Please copy to anyone relevant (_eg_ plugin maintainers) by mentioning their GitHub handle +Please copy to anyone relevant (e.g. plugin maintainers) by mentioning their GitHub handle (starting with `@`) in your message. We will do our very best to help you. @@ -59,7 +59,7 @@ your suggestion. If you find one, comment on it so we can know there are more people supporting it. -If not, you can go ahead and create an issue. Please copy to anyone relevant (_eg_ plugin +If not, you can go ahead and create an issue. Please copy to anyone relevant (e.g. plugin maintainers) by mentioning their GitHub handle (starting with `@`) in your message. ## Submitting Pull Requests @@ -99,10 +99,10 @@ covering or related to what you want to add. If you find one, try it out and work with the author on a common solution. -If not, then go ahead and submit a PR. Please copy to anyone relevant (_eg_ plugin +If not, then go ahead and submit a PR. Please copy to anyone relevant (e.g. plugin maintainers) by mentioning their GitHub handle (starting with `@`) in your message. -For any extensive change, _eg_ a new plugin, you will have to find testers to +1 your PR. +For any extensive change, such as a new plugin, you will have to find testers to +1 your PR. ---- |