From 3e91594644aa10b1190076a796cb171fe8db6320 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 12 Apr 2016 10:22:43 +1000 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9b5e4a07..62c5a13a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ ### Description -Text here +- ### Neofetch version @@ -10,17 +10,6 @@ Text here ### Verbose log -Add `set -x` to the second line of the script, the script should look like this: - -```sh -#!/usr/bin/env bash -set -x -# vim: fdm=marker:noai:ts=4:sw=4 -# -# Neofetch info about your system -# https://github.com/dylanaraps/neofetch -``` - -Run neofetch +Uncomment line 2 of the script, run neofetch again and upload the output to pastebin, gist or equiv. -