Browse Source

Merge branch 'master' into develop

release/3.x.x
Christian Kratky 5 years ago
parent
commit
6996824157
3 changed files with 24 additions and 19 deletions
  1. +9
    -6
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +8
    -7
      .github/ISSUE_TEMPLATE/custom.md
  3. +7
    -6
      .github/ISSUE_TEMPLATE/feature_request.md

+ 9
- 6
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -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.
``` ```

+ 8
- 7
.github/ISSUE_TEMPLATE/custom.md View File

@@ -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

+ 7
- 6
.github/ISSUE_TEMPLATE/feature_request.md View File

@@ -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.


Loading…
Cancel
Save