diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ee70ac0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 +``` diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..8ec115e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e395b3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.