From 748df3b36dc61592eb1e87539d5661f7c6b22c60 Mon Sep 17 00:00:00 2001 From: kridai Date: Fri, 23 Sep 2022 09:34:40 +0530 Subject: [PATCH 1/2] docs: updating contribution docs --- CONTRIBUTING.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0463a65da6..2d6a6fe55e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,12 +30,19 @@ If you find a bug in the source code or a mistake in the documentation, you can help us by submitting [an issue][issue-link]. If the file in which the error exists has this header: ``` -""" -This code was generated by -\ / _ _ _| _ _ - | (_)\/(_)(_|\/| |(/_ v1.0.0 - / / -""" +/* + * This code was generated by + * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + * + * Twilio - Accounts + * This is the public Twilio REST API. + * + * NOTE: This class is auto generated by OpenAPI Generator. + * https://openapi-generator.tech + * Do not edit the class manually. + */ ``` then it is a generated file and the change will need to be made by us, but submitting an issue will help us track it and keep you up-to-date. If the file From 6ccd31f6ee2dfe6a62a39fb5bd87fed4220665e4 Mon Sep 17 00:00:00 2001 From: kridai Date: Fri, 23 Sep 2022 09:50:19 +0530 Subject: [PATCH 2/2] docs: updated docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d6a6fe55e..a758647eca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ exists has this header: * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ * - * Twilio - Accounts + * Twilio - XXXX * This is the public Twilio REST API. * * NOTE: This class is auto generated by OpenAPI Generator.