Skip to content

Commit

Permalink
Add Contributing language (#53)
Browse files Browse the repository at this point in the history
* Add Contributing language

* Update README.md

Co-authored-by: Aliana Melendez <alianam@users.noreply.github.com>

Co-authored-by: Aliana Melendez <alianam@users.noreply.github.com>
  • Loading branch information
pcothenet and alianam authored Nov 10, 2021
1 parent 4526ff4 commit 94512d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94512d7

Please sign in to comment.