diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c17c43b..77456b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,25 +7,33 @@ assignees: '' --- -## Information + -**Describe the bug** -A clear and concise description of what the bug is. +#### Expected behavior + -**To Reproduce** -Steps to reproduce the behavior. +#### Current Behavior + -**Expected behavior** -A clear and concise description of what you expected to happen. +#### Possible Solution + -**Screenshots** -If applicable, add screenshots to help explain your problem. +#### Steps to Reproduce + + +1. +2. +3. +4. -## Environment +## 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: @@ -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 + + +## Possible Implementation + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a49eab2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d9182b5..49ddca5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,22 @@ -<-- Thank you for your interest in contributing to hyperglass. The contribution policy requires that a feature request or bug must be opened prior to a pull request being reviewed. Please list the related feature request or bug below: --> + -### Fixes: +## Description + + +## Related Issue + + + + + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Screenshots (if appropriate):