diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..3cf554ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,15 @@ +--- +name: Bug report +about: ..... +--- + + + + +Please give the following info: + +- The output of `uname -a`: +- Any relevenat hardware info: +- Terminal shell (like zsh or bash): +- Terminal emulator (like iTerm or gnome terminal): +- tmux version if using tmux: diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 7a2bba57..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -Make sure gotop is updated and the issue still persists before creating an issue. -Check current version with `gotop -v` and check the latest version from the releases tab on GitHub. - -Please give the following info when creating an issue: -* The output of `uname -a` -* Terminal shell (like zsh or bash) -* Terminal emulator (like iTerm or gnome terminal) -* Using tmux?