diff options
author | 2019-01-12 13:24:12 -0500 | |
---|---|---|
committer | 2019-01-12 13:24:12 -0500 | |
commit | 6f2f726885f92ce757cc7b604a209048c1da10e0 (patch) | |
tree | 905a0825e919a03ebab04234e1cb942c63de264e | |
parent | Proofreading pass on Contributor doc (diff) |
Update sentence flow for clarity
and to prevent dizziness
Co-Authored-By: sco1 <[email protected]>
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4cc8883d6..45f97a7fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to one of our projects -Our projects are open-source and are deployed as commits are pushed to the `master` branch on each repository, so we've created a set of guidelines in order to keep everything clean and in working order. +Our projects are open-source and are automatically deployed whenever commits are pushed to the `master` branch on each repository, so we've created a set of guidelines in order to keep everything clean and in working order. Note that contributions may be rejected on the basis of a contributor failing to follow these guidelines. @@ -42,4 +42,4 @@ The project currently defines [`logging`](https://docs.python.org/3/library/logg ## Footnotes -This document was inspired by the [Glowstone contribution guidelines](https://github.com/GlowstoneMC/Glowstone/blob/dev/docs/CONTRIBUTING.md).
\ No newline at end of file +This document was inspired by the [Glowstone contribution guidelines](https://github.com/GlowstoneMC/Glowstone/blob/dev/docs/CONTRIBUTING.md). |