From c9b846bd6b5f0402b0390883a273417e20969d68 Mon Sep 17 00:00:00 2001 From: Janek <27jf@pm.me> Date: Sun, 30 Jan 2022 13:05:21 +0100 Subject: [PATCH] Update Issue Templates (#848) * Update feature_request.md * Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 20 +++++++++++--------- .github/ISSUE_TEMPLATE/feature_request.md | 18 +++++++++--------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 091429c8..3829b181 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,25 +1,27 @@ --- name: Bug report -about: Topgrade might be misbehaving +about: Topgrade is misbehaving labels: is:bug --- - + -**What did you expect to happen?** -... +## What did you expect to happen? -**What actually happened?** -... +## What actually happened? -**Additional details:** +## Additional details - Which operating system or Linux distribution are you using? - How did you install Topgrade? -Run `topgrade --dry-run` to see which commands Topgrade is running. If the command seems wrong and you know why pleaes tell us so. -If the command seems fine try to run it yourself and tell us if you got a different result from Topgrade. +
 Paste the output of `topgrade -v`
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index ecef3053..6bbd46d6 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -4,15 +4,15 @@ about: Can you please support...?
 labels: is:new
 ---
 
-**I want to suggest a new step**
-***Which tool is this about? Where is its repository?***
-***Which operating systems are supported by this tool?***
-***What should Topgrade do to figure out if the tool needs to be invoked?***
-***Which exact commands should Topgrade run?***
+## I want to suggest a new step
+### Which tool is this about? Where is its repository?
+### Which operating systems are supported by this tool?
+### What should Topgrade do to figure out if the tool needs to be invoked?
+### Which exact commands should Topgrade run?
 
-**I want to suggest some general feature**
+## I want to suggest some general feature
 Topgrade should...
 
-**More information**
-- Assuming that someone else implements the feature, please state if you know
-  how to test it from a side branch of Topgrade
+## More information
+