From 495e9c5196e20697d662e5fcca4988fd29f54e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Tue, 26 May 2020 19:00:19 +0300 Subject: [PATCH] Delete bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 92e9c23..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: '' -title: '' -labels: '' -assignees: '' - ---- - -**OS Version**: -**Node.js version**: -**NPM version**: - -**Issue** -describe the issue and what task you were running (update, install) - -**Installation logfile** -``` -copy and paste the output from xo-install.log (by default) -``` -**xo-server.service log** -``` -copy and paste the output (if available) from command journalctl -u xo-server -n 100 -```