Skip to content

Commit f77020a

Browse files
author
Antoine Kevin
authored
Update README.md
1 parent f2b8048 commit f77020a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,20 @@ Calling your client's `rate_limit_details` returns a Hash that contains details
487487
intercom.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.

0 commit comments

Comments
 (0)