From 75a6b15fb216732e0097eeb56eb8584459048c04 Mon Sep 17 00:00:00 2001 From: Paul Cothenet Date: Wed, 10 Nov 2021 13:37:37 -0800 Subject: [PATCH 1/2] Add Contributing language --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db4c428..3447a36 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 programatically. Complex additions made directly to the library would have to be moved over to our generation code. Feel free to open a PR for proof of concept, but know that we will not be able to merge 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 From c9bf468f851d682382450333aede03be438b8482 Mon Sep 17 00:00:00 2001 From: Paul Cothenet Date: Wed, 10 Nov 2021 13:50:49 -0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Aliana Melendez --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3447a36..ef9be79 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ patch.preferences.retrievePreferences({ page }); ## Contributing -While we value open-source contributions to this SDK, the core of this library is generated programatically. Complex additions made directly to the library would have to be moved over to our generation code. Feel free to open a PR for proof of concept, but know that we will not be able to merge as is. We suggest opening an issue first to discuss with us! +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!