Skip to content

Commit 806e1f6

Browse files
GitHubSync update - master
1 parent a91305c commit 806e1f6

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
For additional support options visit [particular.net/support](https://particular.net/support)
8+
For additional support options, or if this is related to a security vulnerability or sensitive information must be included in the bug report, visit [particular.net/support](https://particular.net/support).
99
- type: textarea
1010
id: what-happened
1111
attributes:
@@ -48,4 +48,4 @@ body:
4848
4949
#### Additional information
5050
validations:
51-
required: false
51+
required: false

Package-README.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## About this package
2+
3+
This NuGet package is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems.
4+
5+
Click the **Project website** link in the NuGet sidebar to access specific documentation for this package.
6+
7+
## About NServiceBus
8+
9+
With NServiceBus, you can:
10+
11+
- Focus on business logic, not on plumbing or infrastructure code
12+
- Orchestrate long-running business processes with sagas
13+
- Run on-premises, in the cloud, in containers, or serverless
14+
- Monitor and respond to failures using included platform tooling
15+
- Observe system performance using Open Telemetry integration
16+
17+
NServiceBus includes:
18+
19+
- Support for messages queues using Azure Service Bus, Azure Storage Queues, Amazon SQS/SNS, RabbitMQ, and Microsoft SQL Server
20+
- Support for storing data in Microsoft SQL Server, MySQL, PostgreSQL, Oracle, Azure Cosmos DB, Azure Table Storage, Amazon DynamoDB, MongoDB, and RavenDB
21+
- 24x7 professional support from a team of dedicated engineers located around the world
22+
23+
## Getting started
24+
25+
- Visit the [NServiceBus Quick Start](https://docs.particular.net/tutorials/quickstart/) to learn how NServiceBus helps you build better software systems.
26+
- Visit the [NServiceBus step-by-step tutorial](https://docs.particular.net/tutorials/nservicebus-step-by-step/) to learn how to build NServiceBus systems, including how to send commands, publish events, manage multiple message endpoints, and retry failed messages.
27+
- Install the [ParticularTemplates NuGet package](https://www.nuget.org/packages/ParticularTemplates) to get NServiceBus templates to bootstrap projects using either `dotnet new` or in Visual Studio.
28+
- Check out our other [tutorials](https://docs.particular.net/tutorials/) and [samples](https://docs.particular.net/samples/).
29+
- Get [help with a proof-of-concept](https://particular.net/proof-of-concept).
30+
31+
## Packages
32+
33+
Find links to [all our NuGet packages](https://docs.particular.net/nservicebus/platform-nuget-packages) in our documentation.
34+
35+
## Support
36+
37+
- Browse our [documentation](https://docs.particular.net).
38+
- Reach out to the [ParticularDiscussion](https://discuss.particular.net/) community.
39+
- [Contact us](https://particular.net/support) to discuss your support requirements.

0 commit comments

Comments
 (0)