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