README.md in json_api_client-1.5.2 vs README.md in json_api_client-1.5.3
- old
+ new
@@ -500,9 +500,19 @@
property :total_amount, type: :money
end
```
+## Contributing
+
+Contributions are welcome! Please fork this repo and send a pull request. Your pull request should have:
+
+* a description about what's broken or what the desired functionality is
+* a test illustrating the bug or new feature
+* the code to fix the bug
+
+Ideally, the PR has 2 commits - the first showing the failed test and the second with the fix - although this is not
+required. The commits will be squashed into master once accepted.
## Changelog
See [changelog](https://github.com/chingor13/json_api_client/blob/master/CHANGELOG.md)