You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,13 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
19
19
-[Submission Guidelines](#submit)
20
20
21
21
## <aname="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.
23
23
This app uses all best practices and follows limitations related to the service.
24
24
As you contribute make sure to follow service guidelines or your work might not be accepted.
25
25
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.
27
27
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.
31
29
32
30
## <aname="coc"></a> Code of Conduct
33
31
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:
63
61
***Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
64
62
causing the problem (line of code or commit)
65
63
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.
67
65
68
66
### <aname="submit-pr"></a> Submitting a Pull Request (PR)
69
67
Before you submit your Pull Request (PR) consider the following guidelines:
70
68
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
72
70
that relates to your submission. You don't want to duplicate effort.
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).
0 commit comments