From 7fe426d1142df8b5a6281010955fa3e878158d3a Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Tue, 14 Aug 2018 19:18:06 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++++++ ISSUE_TEMPLATE.md | 8 -------- 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9c468f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,15 @@ +--- +name: Bug report +about: Template to report bugs +--- + + + + +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 7a2bba5..0000000 --- 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?