1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Issue Templates: Added issue templates back and updated them.

This commit is contained in:
Skyler Mäntysaari
2020-07-03 03:10:01 +03:00
parent 8e33f2caf5
commit 0ea42ac68d
3 changed files with 45 additions and 14 deletions

View File

@@ -7,25 +7,33 @@ assignees: ''
---
## Information
<!--- Provide a general summary of the issue in the Title above -->
**Describe the bug**
A clear and concise description of what the bug is.
#### Expected behavior
<!--- Tell us what should happen -->
**To Reproduce**
Steps to reproduce the behavior.
#### Current Behavior
<!--- Tell us what happens instead of the expected behavior -->
**Expected behavior**
A clear and concise description of what you expected to happen.
#### Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
**Screenshots**
If applicable, add screenshots to help explain your problem.
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Environment
## Context (Environment)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
### 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:
@@ -42,5 +50,8 @@ If applicable, add screenshots to help explain your problem.
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
## Screenshots
<!--- If applicable, add screenshots to help explain -->
## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1 @@
blank_issues_enabled: true