Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Removed redundant secondary bug report template
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Briese <[email protected]>
  • Loading branch information
hbriese committed Mar 5, 2020
1 parent 6392a40 commit f2f57ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 48 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

35 changes: 10 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,21 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
assignees: hbriese

---

**Describe the bug**
A clear and concise description of what the bug is.
<!--Attach your hardware info file, created by running 'fancon -i' -->
### Describe the bug

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Steps to Reproduce <!-- Remove section if unnecessary -->

**Expected behavior**
A clear and concise description of what you expected to happen.
### Expected behavior <!-- Remove section if unnecessary -->

**Screenshots**
If applicable, add screenshots to help explain your problem.
### Environment
- Version: [e.g. 0.20.1]
- OS: [e.g. Ubuntu 19.10]
- Kernel: [e.g. 5.3.0-40]

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
### Additional context <!-- Remove section if unnecessary -->

**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.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ bool fc::save_system_info(const path &config_path) {
ofs << "Failed to read";
ofs << endl;
} else {
ofs << "No user-generated config" << endl;
ofs << "No user config" << endl;
}

// Save devices info gathered
Expand Down

0 comments on commit f2f57ca

Please sign in to comment.