diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c17c43b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## Information + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +## Environment + +### Back End +**Server:** + - OS: [e.g. Ubuntu, CentOS] + - 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] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ea076d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**A little about you.** +Describe your use case for hyperglass, the environment on which it runs, the predominant network device type, and any other relevant details. + +**Is your feature request related to a problem? Please describe.** +If yes, a clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here.