From 7aa4d5159c6c8a03b0cce3320beb3c83c5e5fc31 Mon Sep 17 00:00:00 2001 From: HansM Date: Tue, 30 Jul 2019 09:56:00 +0200 Subject: [PATCH] Fixed styling in feature request template. --- .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e395b3a..23a133d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,20 +7,22 @@ assignees: '' --- +### Describe the feature request 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 +### Which project is your feature request related to? +- [x] 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 +### Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. -Additional context +### Additional context Add any other context or screenshots about the feature request here.