Skip to content

Commit 5cef7ad

Browse files
authored
Merge pull request #288 from intercom/Skaelv-patch-1
Update README.md
2 parents f62cf4b + f77020a commit 5cef7ad

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
@@ -492,3 +492,20 @@ Calling your client's `rate_limit_details` returns a Hash that contains details
492492
intercom.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.

0 commit comments

Comments
 (0)