Skip to content

Commit 518cd0a

Browse files
Add required documents
1 parent 5128701 commit 518cd0a

3 files changed

Lines changed: 46 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
1919
- [Submission Guidelines](#submit)
2020

2121
## <a name="purpose"></a>Sample App Purpose
22-
Sample apps are built to help showcase the capabilities of Azure Communication Services.
22+
Sample apps are built to help showcase the capabilities of Azure Communication Services.
2323
This app uses all best practices and follows limitations related to the service.
2424
As you contribute make sure to follow service guidelines or your work might not be accepted.
2525
The app is built on top of the existing Azure Communiation Services SDKs, and will not diverge from the capabilities offered by the SDK.
26-
This means that if the feature desired is not supported on the SDK, please don't try to hack it into the sample.
26+
This means that if the feature desired is not supported on the SDK, please don't try to hack it into the sample.
2727

28-
The sample is continously updated as new features are added to the underlying SDKs and feel free to contribute any features that are supported.
29-
In the case of the chat app, two samples are available, one on the `main` branch and another on the `public-preview` branch.
30-
If the feature you are looking to add is currently in `public preview`, meaning it is only available on `beta` packages, make sure to contribute to the correct branch.
28+
The sample is continuously updated as new features are added to the stable version of the underlying SDKs and feel free to contribute any features that are supported.
3129

3230
## <a name="coc"></a> Code of Conduct
3331
Help us keep this project open and inclusive. Please read and follow our [Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
@@ -63,12 +61,12 @@ chances of your issue being dealt with quickly:
6361
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
6462
causing the problem (line of code or commit)
6563

66-
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/[organization-name]/[repository-name]/issues/new].
64+
You can file new issues by providing the above information at the corresponding repository's issues link: https://github.com/Azure-Samples/communication-services-web-chat-hero/issues/new.
6765

6866
### <a name="submit-pr"></a> Submitting a Pull Request (PR)
6967
Before you submit your Pull Request (PR) consider the following guidelines:
7068

71-
* Search the repository (https://github.com/[organization-name]/[repository-name]/pulls) for an open or closed PR
69+
* Search the repository (https://github.com/Azure-Samples/communication-services-web-chat-hero/pulls) for an open or closed PR
7270
that relates to your submission. You don't want to duplicate effort.
7371

7472
* Make your changes in a new git fork:

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.9 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
14+
15+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

0 commit comments

Comments
 (0)