From e61131a87b15bafd149e6ce6eec89d82111545d0 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Sun, 5 Jul 2020 17:58:16 -0700 Subject: [PATCH] Update and rename bug_report.md to 2-bug-report.md Made some structural edits, mainly stealing from [httpx's general structure/comments](https://github.com/encode/httpx/tree/master/.github/ISSUE_TEMPLATE). --- .github/ISSUE_TEMPLATE/2-bug-report.md | 51 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 57 -------------------------- 2 files changed, 51 insertions(+), 57 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/2-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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