Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f5ba86d

Browse files
authored
docs: add issue templates for both packages, update README (#206)
1 parent c641644 commit f5ba86d

File tree

5 files changed

+98
-10
lines changed

5 files changed

+98
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/package-server--bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: Bug report
2+
name: LaunchDarkly.ServerSdk Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: 'package: sdk/server, bug'
66
assignees: ''
77

88
---
@@ -28,10 +28,10 @@ If applicable, add any log output related to your problem.
2828
The version of this SDK that you are using.
2929

3030
**Language version, developer tools**
31-
For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
31+
For instance, .NET 6.0.
3232

3333
**OS/platform**
34-
For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3. If your code is running in a browser, please also include the browser type and version.
34+
For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3.
3535

3636
**Additional context**
3737
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/package-server--feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: Feature request
2+
name: LaunchDarkly.ServerSdk Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: 'package: sdk/server, feature'
66
assignees: ''
77

88
---
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: LaunchDarkly.ServerSdk.Telemetry Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'package: telemetry, bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Is this a support request?**
11+
This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem you are having is specifically related to the SDK, or to the LaunchDarkly service overall, it may be more appropriate to contact the LaunchDarkly support team; they can help to investigate the problem and will consult the SDK team if necessary. You can submit a support request by going [here](https://support.launchdarkly.com/hc/en-us/requests/new) or by emailing support@launchdarkly.com.
12+
13+
Note that issues filed on this issue tracker are publicly accessible. Do not provide any private account information on your issues. If your problem is specific to your account, you should submit a support request as described above.
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**To reproduce**
19+
Steps to reproduce the behavior.
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Logs**
25+
If applicable, add any log output related to your problem.
26+
27+
**SDK version**
28+
The version of this SDK that you are using.
29+
30+
**Language version, developer tools**
31+
For instance, .NET 6.0.
32+
33+
**OS/platform**
34+
For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3.
35+
36+
**Additional context**
37+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: LaunchDarkly.ServerSdk.Telemetry Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'package: telemetry, feature'
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I would love to see the SDK [...does something new...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context about the feature request here.

README.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# LaunchDarkly Server-Side SDK for .NET
22

3-
[![NuGet](https://img.shields.io/nuget/v/LaunchDarkly.ServerSdk.svg?style=flat-square)](https://www.nuget.org/packages/LaunchDarkly.ServerSdk/)
4-
[![CI](https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/ci.yml)
5-
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/dotnet-server-sdk)
6-
73
The LaunchDarkly Server-Side SDK for .NET is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
84

95
For using LaunchDarkly in *client-side* .NET applications, including mobile (Xamarin) applications and desktop applications, refer to our [Xamarin SDK](https://github.com/launchdarkly/xamarin-client-sdk).
106

7+
## Packages
8+
9+
| SDK Packages | NuGet | API Docs | Issues | Tests |
10+
|----------------------------------|---------------------------------------------------------|-------------------------------------------------------------|-------------------------------|------------------------------------------------------------|
11+
| LaunchDarkly.ServerSdk | [![NuGet][server-nuget-badge]][server-nuget-link] | [![Documentation][api-docs-badge]][server-api-docs-link] | [Server SDK][server-issues] | [![Actions Status][server-ci-badge]][server-ci-link] |
12+
13+
| Telemetry Packages | NuGet | API Docs | Issues | Tests |
14+
|----------------------------------|---------------------------------------------------------|-------------------------------------------------------------|-------------------------------|------------------------------------------------------------|
15+
| LaunchDarkly.ServerSdk.Telemetry | [![NuGet][telemetry-nuget-badge]][telemetry-nuget-link] | [![Documentation][api-docs-badge]][telemetry-api-docs-link] | [Telemetry][telemetry-issues] | [![Actions Status][telemetry-ci-badge]][telemetry-ci-link] |
16+
17+
## Organization
18+
19+
| Directory | Purpose |
20+
|------------------|------------------------------------------------------------------------------------------------------------|
21+
| `pkgs` | Top level directory containing package implementations. |
22+
| `pkgs/sdk` | SDK packages intended for use by application developers. Currently contains only the .NET Server-Side SDK. |
23+
| `pkgs/telemetry` | Packages for adding telemetry support to SDKs. |
24+
1125
## LaunchDarkly overview
1226

1327
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!
@@ -75,3 +89,20 @@ We encourage pull requests and other contributions from the community. Check out
7589
* [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides
7690
* [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation
7791
* [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates
92+
93+
94+
[server-nuget-badge]: https://img.shields.io/nuget/v/LaunchDarkly.ServerSdk.svg?style=flat-square
95+
[server-nuget-link]: https://www.nuget.org/packages/LaunchDarkly.ServerSdk/
96+
[server-ci-badge]: https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/sdk-server-ci.yml/badge.svg
97+
[server-ci-link]: https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/sdk-server-ci.yml
98+
[server-issues]: https://github.com/launchdarkly/dotnet-server-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+sdk%2Fserver%22+
99+
[server-api-docs-link]: https://launchdarkly.github.io/dotnet-server-sdk/
100+
101+
[telemetry-nuget-badge]: https://img.shields.io/nuget/v/LaunchDarkly.ServerSdk.Telemetry.svg?style=flat-square
102+
[telemetry-nuget-link]: https://www.nuget.org/packages/LaunchDarkly.ServerSdk.Telemetry/
103+
[telemetry-ci-badge]: https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/telemetry-ci.yml/badge.svg
104+
[telemetry-ci-link]: https://github.com/launchdarkly/dotnet-server-sdk/actions/workflows/telemetry-ci.yml
105+
[telemetry-issues]: https://github.com/launchdarkly/dotnet-server-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+telemetry%22+
106+
[telemetry-api-docs-link]: https://launchdarkly.github.io/dotnet-server-sdk/
107+
108+
[api-docs-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8

0 commit comments

Comments
 (0)