mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
prettier fixes
This commit is contained in:
4
.github/ISSUE_TEMPLATE/1-feature-request.md
vendored
4
.github/ISSUE_TEMPLATE/1-feature-request.md
vendored
@@ -14,13 +14,17 @@ If the answer to any of these questions is "no", your feature request will most
|
||||
-->
|
||||
|
||||
# Feature Description
|
||||
|
||||
<!-- Describe the solution or change you would like. -->
|
||||
|
||||
### Is your feature request related to a problem? Please describe.
|
||||
|
||||
<!-- If yes, a clear and concise description of what the problem is. -->
|
||||
|
||||
# Environment & Use Case
|
||||
|
||||
<!-- Describe your use case for hyperglass, the environment on which it runs, the predominant network device type, and any other relevant details. -->
|
||||
|
||||
# Additional Context
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
||||
|
20
.github/ISSUE_TEMPLATE/2-bug-report.md
vendored
20
.github/ISSUE_TEMPLATE/2-bug-report.md
vendored
@@ -8,15 +8,19 @@ assignees: checktheroads
|
||||
<!-- Please provide a general summary of the issue in the Title. -->
|
||||
|
||||
# Bug Description
|
||||
|
||||
<!-- A clear and concise description of the bug. -->
|
||||
|
||||
# Expected behavior
|
||||
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
# Steps to Reproduce
|
||||
|
||||
<!-- Provide steps necessary to reproduce this issue. -->
|
||||
|
||||
## Local Configurations
|
||||
|
||||
<!-- If possible, please a link to a live example and the relevant sections of your hyperglass.yaml, commands.yaml, or devices.yaml in a code block. -->
|
||||
|
||||
```
|
||||
@@ -24,6 +28,7 @@ assignees: checktheroads
|
||||
```
|
||||
|
||||
## Logs
|
||||
|
||||
<!-- If an error occurred, please paste the relevant error message(s) in the below code block. -->
|
||||
|
||||
```
|
||||
@@ -31,11 +36,13 @@ assignees: checktheroads
|
||||
```
|
||||
|
||||
# Possible Solution
|
||||
|
||||
<!-- If you think you know what would fix this, please share your ideas. -->
|
||||
|
||||
# Environment
|
||||
|
||||
## Server
|
||||
|
||||
<!-- Please paste the output from `hyperglass system-info` below: (available in 1.0.0-beta.52+) -->
|
||||
|
||||
<!-- If, for some reason, that doesn't work, please include the following:
|
||||
@@ -45,11 +52,12 @@ assignees: checktheroads
|
||||
-->
|
||||
|
||||
## Client
|
||||
- OS & Version: <!-- (e.g. Windows 10, macOS 10.15, Ubuntu Linux 18.04) -->
|
||||
- Browser: <!-- (e.g. Chrome, Safari, Firefox, etc.) -->
|
||||
|
||||
- OS & Version: <!-- (e.g. Windows 10, macOS 10.15, Ubuntu Linux 18.04) -->
|
||||
- Browser: <!-- (e.g. Chrome, Safari, Firefox, etc.) -->
|
||||
|
||||
### Smartphone Details (if applicable)
|
||||
- Device: <!-- (e.g. iPhone, Samsung) -->
|
||||
- OS: <!-- (e.g. iOS 13.1, Android 11) -->
|
||||
- Browser: <!-- (e.g. Safari, Chrome) -->
|
||||
|
||||
|
||||
- Device: <!-- (e.g. iPhone, Samsung) -->
|
||||
- OS: <!-- (e.g. iOS 13.1, Android 11) -->
|
||||
- Browser: <!-- (e.g. Safari, Chrome) -->
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1 +1 @@
|
||||
blank_issues_enabled: true
|
||||
blank_issues_enabled: true
|
||||
|
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@@ -3,13 +3,17 @@
|
||||
<!-- Provide a general summary of your changes in the Title. -->
|
||||
|
||||
# Description
|
||||
|
||||
<!-- Describe your changes in detail -->
|
||||
|
||||
# Related Issues
|
||||
|
||||
<!-- Link to any related open issues -->
|
||||
|
||||
# Motivation and Context
|
||||
|
||||
<!-- Why is this change required? What problem does it solve? -->
|
||||
|
||||
# Tests
|
||||
|
||||
<!-- Please describe in detail how you tested your changes, including your testing environment (OS, Python version, etc). -->
|
||||
|
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -47,4 +47,4 @@ jobs:
|
||||
run: poetry run flake8 hyperglass
|
||||
|
||||
- name: Run hyperglass
|
||||
run: '.tests/ga-backend-app.sh'
|
||||
run: ".tests/ga-backend-app.sh"
|
||||
|
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run hyperglass
|
||||
run: 'sudo bash ./install.sh'
|
||||
run: "sudo bash ./install.sh"
|
||||
|
Reference in New Issue
Block a user