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 -```