Skip to content

Commit 94512d7

Browse files
pcothenetalianam
andauthored
Add Contributing language (#53)
* Add Contributing language * Update README.md Co-authored-by: Aliana Melendez <[email protected]> Co-authored-by: Aliana Melendez <[email protected]>
1 parent 4526ff4 commit 94512d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,11 @@ const page = 1; // Pass in which page of preferences you'd like
205205
patch.preferences.retrievePreferences({ page });
206206
```
207207

208-
## Development
208+
## Contributing
209+
210+
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!
211+
212+
On the other hand, contributions to the README, as well as new test cases are always very welcome!
209213

210214
### Build and manually test
211215

0 commit comments

Comments
 (0)