diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.md b/.github/ISSUE_TEMPLATE/2-bug-report.md new file mode 100644 index 0000000..e49015b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug-report.md @@ -0,0 +1,51 @@ +--- +name: Bug Report +about: Report a problem or unexpected behavior +labels: bug +assignees: checktheroads +--- + + + +# Bug Description + + +# Expected behavior + + +# Steps to Reproduce + + +## Local Configurations + + +``` + +``` + +## Logs + + +``` + +``` + +# Possible Solution + + +# Environment + +## Server + - OS: + - Python Version: + - hyperglass Version: + +## Client + - OS & Version: + - Browser: + +### Smartphone Details (if applicable) + - Device: + - OS: + - Browser: + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 77456b1..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - - - -#### Expected behavior - - -#### Current Behavior - - -#### Possible Solution - - -#### Steps to Reproduce - - -1. -2. -3. -4. - -## Context (Environment) - - - -### Back End -**Server:** - - OS: [e.g. Ubuntu, CentOS] - - Hyperglass Version: [e.g 1.0.0] - - Python Version: - - Reverse Proxy: [e.g. NGINX, Caddy] - - Redis Version: - -### Front End -**Desktop:** - - OS: [e.g. Windows, macOS, Linux] - - Browser [e.g. Chrome, Safari, etc.] - - Version [e.g. Windows 10, macOS 10.14, Ubuntu Linux 18.04] - -**Smartphone: (if applicable):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -## Screenshots - - -## Possible Implementation - \ No newline at end of file