diff --git a/README.md b/README.md index db4c428..ef9be79 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,11 @@ const page = 1; // Pass in which page of preferences you'd like patch.preferences.retrievePreferences({ page }); ``` -## Development +## Contributing + +While we value open-source contributions to this SDK, the core of this library is generated programmatically. Complex additions made directly to the library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us! + +On the other hand, contributions to the README, as well as new test cases are always very welcome! ### Build and manually test