From 30c5147c62d11183d8f606ba652da091caf14f9d Mon Sep 17 00:00:00 2001 From: HansM Date: Fri, 2 Aug 2019 08:46:12 +0200 Subject: [PATCH 1/7] Fixed bug reports issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ee70ac0..d78b198 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 + +- Client +- ManagedClient +- MQTTnet.Server standalone +- Server +- Generic ### To Reproduce Steps to reproduce the behavior: From b82e5a48a4f4e6a2e898fe85d4688e3495b1bca2 Mon Sep 17 00:00:00 2001 From: HansM Date: Fri, 2 Aug 2019 08:46:35 +0200 Subject: [PATCH 2/7] Fixed custom issue template. --- .github/ISSUE_TEMPLATE/custom.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 8ec115e..4ee93d1 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -11,8 +11,9 @@ assignees: '' 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 + +- Client +- ManagedClient +- MQTTnet.Server standalone +- Server +- Generic From 8607ceb3b7b0a2906a8e9a52b566ac2a9757bcf7 Mon Sep 17 00:00:00 2001 From: HansM Date: Fri, 2 Aug 2019 08:47:09 +0200 Subject: [PATCH 3/7] Fixed feature request issue template. --- .github/ISSUE_TEMPLATE/feature_request.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 23a133d..9371932 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 + +- Client +- ManagedClient +- MQTTnet.Server standalone +- Server +- Generic ### Describe the solution you'd like A clear and concise description of what you want to happen. From 0f14ddcf7995354d46bb8929d4f9ba647283168b Mon Sep 17 00:00:00 2001 From: HansM Date: Fri, 9 Aug 2019 11:13:06 +0200 Subject: [PATCH 4/7] Updated bug report issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d78b198..f2280ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,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. ``` From ad5b0caa4dc0cc8880dc6d59e8a59dfc794476eb Mon Sep 17 00:00:00 2001 From: HansM Date: Fri, 9 Aug 2019 11:13:40 +0200 Subject: [PATCH 5/7] Fixed spelling issue in feature request issue template. --- .github/ISSUE_TEMPLATE/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 4ee93d1..ae9462d 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -10,7 +10,7 @@ assignees: '' ### Describe your question A clear and concise description of what you want to know. -### Which project is your bug related to? +### Which project is your feature request related to? - Client - ManagedClient From 048206eb1e6e78553e73e584c69d5f17b56e8956 Mon Sep 17 00:00:00 2001 From: HansM Date: Fri, 9 Aug 2019 11:14:52 +0200 Subject: [PATCH 6/7] Fixed my spelling mistake from before. --- .github/ISSUE_TEMPLATE/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index ae9462d..76dd9c0 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -10,7 +10,7 @@ assignees: '' ### Describe your question A clear and concise description of what you want to know. -### Which project is your feature request related to? +### Which project is your question related to? - Client - ManagedClient From 01aa75471ca9ac801b6313032f459cf26171f906 Mon Sep 17 00:00:00 2001 From: SeppPenner Date: Fri, 9 Aug 2019 11:20:28 +0200 Subject: [PATCH 7/7] Updated description of issue templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/custom.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f2280ab..1941a25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: '' diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 76dd9c0..fb7bdc3 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -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: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9371932..c76e79f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea for this project. title: '' labels: '' assignees: ''