Explorar el Código

Merge branch 'master' into develop

release/3.x.x
Christian Kratky hace 5 años
padre
commit
6996824157
Se han modificado 3 ficheros con 24 adiciones y 19 borrados
  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 Ver fichero

@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help us improve.
title: ''
labels: ''
assignees: ''
@@ -11,11 +11,12 @@ assignees: ''
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
<!-- Remove the items which don't apply from the following list -->
- Client
- ManagedClient
- MQTTnet.Server standalone
- Server
- Generic

### To Reproduce
Steps to reproduce the behavior:
@@ -35,9 +36,11 @@ Add any other context about the problem here.
Include debugging or logging information here:

```batch
\\ Put your logging output here.
```
### Code example
Please provide full code examples below where possible to make it easier for the developers to check your issues.
```csharp
\\ Put your code here.
```

+ 8
- 7
.github/ISSUE_TEMPLATE/custom.md Ver fichero

@@ -1,6 +1,6 @@
---
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: ''
labels: ''
assignees: ''
@@ -10,9 +10,10 @@ 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
### 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 Ver fichero

@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest an idea for this project.
title: ''
labels: ''
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 [...]

### 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
A clear and concise description of what you want to happen.


Cargando…
Cancelar
Guardar