@@ -1,6 +1,6 @@ | |||||
--- | --- | ||||
name: Bug report | name: Bug report | ||||
about: Create a report to help us improve | |||||
about: Create a report to help us improve. | |||||
title: '' | title: '' | ||||
labels: '' | labels: '' | ||||
assignees: '' | assignees: '' | ||||
@@ -11,11 +11,12 @@ assignees: '' | |||||
A clear and concise description of what the bug is. | A clear and concise description of what the bug is. | ||||
### Which project is your bug related to? | ### Which project is your bug related to? | ||||
- [x] Client | |||||
- [ ] ManagedClient | |||||
- [ ] MQTTnet.Server standalone | |||||
- [ ] Server | |||||
- [ ] Generic | |||||
<!-- Remove the items which don't apply from the following list --> | |||||
- Client | |||||
- ManagedClient | |||||
- MQTTnet.Server standalone | |||||
- Server | |||||
- Generic | |||||
### To Reproduce | ### To Reproduce | ||||
Steps to reproduce the behavior: | Steps to reproduce the behavior: | ||||
@@ -35,9 +36,11 @@ Add any other context about the problem here. | |||||
Include debugging or logging information here: | Include debugging or logging information here: | ||||
```batch | ```batch | ||||
\\ Put your logging output here. | |||||
``` | ``` | ||||
### Code example | ### Code example | ||||
Please provide full code examples below where possible to make it easier for the developers to check your issues. | Please provide full code examples below where possible to make it easier for the developers to check your issues. | ||||
```csharp | ```csharp | ||||
\\ Put your code here. | |||||
``` | ``` |
@@ -1,6 +1,6 @@ | |||||
--- | --- | ||||
name: Custom issue template | name: Custom issue template | ||||
about: Describe this issue template's purpose here. | |||||
about: Do you have a question related to the project? Use this template. | |||||
title: '' | title: '' | ||||
labels: '' | labels: '' | ||||
assignees: '' | assignees: '' | ||||
@@ -10,9 +10,10 @@ assignees: '' | |||||
### Describe your question | ### Describe your question | ||||
A clear and concise description of what you want to know. | 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 | |||||
### Which project is your question related to? | |||||
<!-- Remove the items which don't apply from the following list --> | |||||
- Client | |||||
- ManagedClient | |||||
- MQTTnet.Server standalone | |||||
- Server | |||||
- Generic |
@@ -1,6 +1,6 @@ | |||||
--- | --- | ||||
name: Feature request | name: Feature request | ||||
about: Suggest an idea for this project | |||||
about: Suggest an idea for this project. | |||||
title: '' | title: '' | ||||
labels: '' | labels: '' | ||||
assignees: '' | assignees: '' | ||||
@@ -12,11 +12,12 @@ 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 [...] | 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? | ### Which project is your feature request related to? | ||||
- [x] Client | |||||
- [ ] ManagedClient | |||||
- [ ] MQTTnet.Server standalone | |||||
- [ ] Server | |||||
- [ ] Generic | |||||
<!-- Remove the items which don't apply from the following list --> | |||||
- Client | |||||
- ManagedClient | |||||
- MQTTnet.Server standalone | |||||
- Server | |||||
- Generic | |||||
### Describe the solution you'd like | ### Describe the solution you'd like | ||||
A clear and concise description of what you want to happen. | A clear and concise description of what you want to happen. | ||||