From 389560e5058d707be826ddcd68635fd7010111b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aqui?= Date: Wed, 23 May 2018 11:42:49 -0400 Subject: [PATCH] Note about PII (#11) --- .github/ISSUE_TEMPLATE.md | 4 ++++ README.md | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 824e8951..0156980b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,6 +5,10 @@ > * [Changelog](https://www.twilio.com/docs/api/video/changelog-twilio-video-ios-version-2x) > > If this is an issue with the SDK itself, file it here. If this is an issue with the QuickStart apps, please use [video-quickstart-swift](https://github.com/twilio/video-quickstart-swift/issues) or [video-quickstart-objc](https://github.com/twilio/video-quickstart-objc/issues) instead. +> +> Please ensure that you are not sharing any +[Personally Identifiable Information(PII)](https://www.twilio.com/docs/glossary/what-is-personally-identifiable-information-pii) +or sensitive account information (API keys, credentials, etc.) when reporting an issue. ### Description diff --git a/README.md b/README.md index 647d19a8..5eaf5943 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,13 @@ Then run `pod install` to install the dependencies for your project. ### Manual Integration -See [manual installation](https://www.twilio.com/docs/api/video/ios#add-the-sdk) steps. \ No newline at end of file +See [manual installation](https://www.twilio.com/docs/api/video/ios#add-the-sdk) steps. + +## Issues and Support + +Please file any issues you find here on Github. +Please ensure that you are not sharing any +[Personally Identifiable Information(PII)](https://www.twilio.com/docs/glossary/what-is-personally-identifiable-information-pii) +or sensitive account information (API keys, credentials, etc.) when reporting an issue. + +For general inquiries related to the Video SDK you can file a [support ticket](https://support.twilio.com/hc/en-us/requests/new). \ No newline at end of file