@@ -0,0 +1,43 @@ | |||||
--- | |||||
name: Bug report | |||||
about: Create a report to help us improve | |||||
title: '' | |||||
labels: '' | |||||
assignees: '' | |||||
--- | |||||
### Describe the bug | |||||
A clear and concise description of what the bug is. | |||||
### Which project is your bug related to? | |||||
- [x] Client | |||||
- [ ] ManagedClient | |||||
- [ ] MQTTnet.Server standalone | |||||
- [ ] Server | |||||
- [ ] Generic | |||||
### To Reproduce | |||||
Steps to reproduce the behavior: | |||||
1. Using this version of MQTTnet '...'. | |||||
2. Run this code '....'. | |||||
3. With these arguments '....'. | |||||
4. See error. | |||||
### Expected behavior | |||||
A clear and concise description of what you expected to happen. | |||||
### Screenshots | |||||
If applicable, add screenshots to help explain your problem. | |||||
### Additional context / logging | |||||
Add any other context about the problem here. | |||||
Include debugging or logging information here: | |||||
```batch | |||||
``` | |||||
### Code example | |||||
Please provide full code examples below where possible to make it easier for the developers to check your issues. | |||||
```csharp | |||||
``` |
@@ -0,0 +1,18 @@ | |||||
--- | |||||
name: Custom issue template | |||||
about: Describe this issue template's purpose here. | |||||
title: '' | |||||
labels: '' | |||||
assignees: '' | |||||
--- | |||||
### Describe your question | |||||
A clear and concise description of what you want to know. | |||||
### Which project is your bug related to? | |||||
- [x] Client | |||||
- [ ] ManagedClient | |||||
- [ ] MQTTnet.Server standalone | |||||
- [ ] Server | |||||
- [ ] Generic |
@@ -0,0 +1,26 @@ | |||||
--- | |||||
name: Feature request | |||||
about: Suggest an idea for this project | |||||
title: '' | |||||
labels: '' | |||||
assignees: '' | |||||
--- | |||||
Is your feature request related to a problem? Please describe. | |||||
A clear and concise description of what the problem is. Example. I'm am trying to do [...] but [...] | |||||
Which project is your feature request related to? | |||||
Client | |||||
ManagedClient | |||||
MQTTnet.Server standalone | |||||
Server | |||||
Generic | |||||
Describe the solution you'd like | |||||
A clear and concise description of what you want to happen. | |||||
Describe alternatives you've considered | |||||
A clear and concise description of any alternative solutions or features you've considered. | |||||
Additional context | |||||
Add any other context or screenshots about the feature request here. |