diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2013-09-20 13:55:11 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2013-09-20 13:55:11 -0700 |
commit | 179ed48f5b5262005dd4c8f0cf5730fc0e01afcd (patch) | |
tree | 2d58e76d05f89e07ef2429e0dd099a6be2ee0a59 | |
parent | 72247281a29f1e681ad09fc46a41158e131e837c (diff) | |
parent | 6fa5199643917dbd337e761f18b94327dd030bfa (diff) |
Merge pull request #145 from tuncer/contributing-minor-fix
CONTRIBUTING: apply stylistic change suggested by dizzyd
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9aeccb5..30693d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ Contributing to rebar --------------------- -Before implementing a new feature, you should submit a ticket for discussion on your plans. +Before implementing a new feature, please submit a ticket to discuss your plans. The feature might have been rejected already, or the implementation might already be decided. See [Community and Resources](README.md#community-and-resources). |