File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -492,3 +492,20 @@ Calling your client's `rate_limit_details` returns a Hash that contains details
492492intercom.rate_limit_details
493493# => {:limit=>180, :remaining=>179, :reset_at=>2014-10-07 14:58:00 +0100}
494494```
495+
496+
497+ ### Pull Requests
498+
499+ - ** Add tests!** Your patch won't be accepted if it doesn't have tests.
500+
501+ - ** Document any change in behaviour** . Make sure the README and any other
502+ relevant documentation are kept up-to-date.
503+
504+ - ** Create topic branches** . Don't ask us to pull from your master branch.
505+
506+ - ** One pull request per feature** . If you want to do more than one thing, send
507+ multiple pull requests.
508+
509+ - ** Send coherent history** . Make sure each individual commit in your pull
510+ request is meaningful. If you had to make multiple intermediate commits while
511+ developing, please squash them before sending them to us.
You can’t perform that action at this time.
0 commit comments