Update issue templates

This commit is contained in:
Henry Whitaker
2020-06-19 22:04:01 +01:00
committed by GitHub
parent 22f011da39
commit 6d68a2ccf4
2 changed files with 45 additions and 0 deletions

31
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,31 @@
---
name: Bug report
about: Bug Report
title: "[BUG]"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Context**
- OS: [e.g Docker, Ubuntu, etc.]
- Speedtest-Tracker Version:
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: enhancement
assignees: ''
---
**Describe the feature**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.