Skip to content

Commit c43997b

Browse files
authored
Update "Getting started" section. (#1284)
* update README.md * fix employee to alias * nit newline change * Update README.md
1 parent 06c0679 commit c43997b

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

README.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,31 @@ data pipeline.
1818

1919
## Getting Started
2020

21+
### New customer?
22+
23+
- The 1DS C/C++ SDK is designed for Microsoft products to send data to public-facing end-points which route to Microsoft's internal data pipeline.
24+
It is not meant to be used outside of Microsoft products and is open-sourced to demonstrate best practices and to be transparent about what is being collected.
25+
26+
- Users with [Microsoft Organization GH account](https://opensource.microsoft.com/), please refer to the link [here](https://github.com/microsoft/cpp_client_telemetry_modules/blob/master/CONTRIBUTING.md) for internal community discussion channels.
27+
28+
### Need support?
29+
30+
- Microsoft products using SDK may use [GitHub issues](https://github.com/microsoft/cpp_client_telemetry/issues/new/choose)
31+
as the communication channel for both feature requests and issues.
32+
33+
### Want to Contribute?
34+
35+
- This project does not accept *Public* contributions at this time.
36+
37+
- [Microsoft-authorized
38+
contributors](https://github.com/orgs/microsoft/teams/everyone) - please refer
39+
to contributing instructions
40+
[here](https://github.com/microsoft/cpp_client_telemetry_modules/blob/master/CONTRIBUTING.md).**
41+
42+
## Release policy:
43+
2144
The SDK is released as a [source package](https://github.com/microsoft/cpp_client_telemetry/releases)
22-
every month, following the [milestones](https://github.com/microsoft/cpp_client_telemetry/milestones).
45+
on need basis.
2346
There is no plan to release prebuilt binaries.
2447

2548
## Build
@@ -93,11 +116,6 @@ These tests use Google Test / Google Mock framework and get built alongside
93116
the SDK. Launch `functests` and `unittests` binary executables to capture
94117
the test results.
95118

96-
## Getting Support
97-
98-
Microsoft products using SDK may use [GitHub issues](https://github.com/microsoft/cpp_client_telemetry/issues/new/choose)
99-
as the communication channel for both feature requests and issues.
100-
101119
**Note**:
102120

103121
* Please refer to the supported [platforms](#build), anything not in the list
@@ -107,15 +125,6 @@ as the communication channel for both feature requests and issues.
107125
* Build issues are in general out of the support scope due to the unlimited
108126
number of build flags combinations.
109127

110-
## Contributing
111-
112-
This project does not accept *Public* contributions at this time.
113-
114-
**[Microsoft-authorized
115-
contributors](https://github.com/orgs/microsoft/teams/everyone) - please refer
116-
to contributing instructions
117-
[here](https://github.com/microsoft/cpp_client_telemetry_modules/blob/master/CONTRIBUTING.md).**
118-
119128
## Versioning
120129

121130
This library follows [Semantic Versioning](http://semver.org/).

0 commit comments

Comments
 (0)