Ver código fonte

Update issue templates

release/3.x.x
Christian 5 anos atrás
committed by GitHub
pai
commit
b891e1d1f4
3 arquivos alterados com 87 adições e 0 exclusões
  1. +43
    -0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +18
    -0
      .github/ISSUE_TEMPLATE/custom.md
  3. +26
    -0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 43
- 0
.github/ISSUE_TEMPLATE/bug_report.md Ver arquivo

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

+ 18
- 0
.github/ISSUE_TEMPLATE/custom.md Ver arquivo

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

+ 26
- 0
.github/ISSUE_TEMPLATE/feature_request.md Ver arquivo

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

Carregando…
Cancelar
Salvar