diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index d1120c08..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -## Description - -If you're suggesting a new feature then just a description will suffice. - -- [ ] Does this issue still occur in the master branch? (**Required if issue**) - - -#### Neofetch version - -## Screenshot - -## Config file - -## Verbose log - -1. Run `neofetch -vv 2> neofetchlog` -2. Upload the contents of `neofetchlog` to pastebin, gist or equivalent. - - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea78..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/nf_bug.md b/.github/ISSUE_TEMPLATE/nf_bug.md new file mode 100644 index 00000000..a2b1224c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/nf_bug.md @@ -0,0 +1,32 @@ +--- +name: Neofetch Bug report +about: Create a report for system-information related bugs. +title: '' +labels: 'neofetch' +assignees: '' + +--- + +### Describe the bug +A clear and concise description of what the bug is. + +- [ ] Does this issue still occur in the master branch? (**Required**) + +### Expected behavior +A clear and concise description of what you expected to happen. + +### Screenshots +Please include a screenshot of your system information if the specific system environment is relevant to the bug. + +If applicable, add screenshots to help explain your problem. + +### Config file +1. Run `cp ~/.config/neofetch/config.conf conf.txt` +2. Drag `conf.txt` here to upload it. + +### Verbose log +1. Run `neofetch -vv 2> neofetch.log` +2. Drag `neofetch.log` here to upload it. + +### Additional context +Add any other context about the problem here.