Skip to content

Commit fe2a4fe

Browse files
authored
Add contributing guidelines (#47)
1 parent 13f1434 commit fe2a4fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,11 @@ page = 1 # Pass in which page of preferences you'd like
220220
patch.preferences.retrieve_preferences(page=page)
221221
```
222222

223-
## Development
223+
## Contributing
224+
225+
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!
226+
227+
On the other hand, contributions to the README, as well as new test cases are always very welcome!
224228

225229
### Pre-commit
226230

0 commit comments

Comments
 (0)