diff --git a/README.md b/README.md index 135a7d2ca..68f011cdf 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Add the library to the project-level build.gradle, using the apt plugin to enabl ``` # Pull Requests -I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request: +I welcome and encourage all pull requests. Please read over these guidelines to ensure smooth PR attention: 1. Match coding style (braces, spacing, etc.) This is best achieved using **Reformat Code** shortcut, command+option+L on Mac and Ctrl+Alt+L on Windows, with Android Studio defaults. 2. If its a feature, bugfix, or anything please only change code to what you specify. 3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)