Docs: Added template for bugs. (#75)

* Added template for bug filing.
This commit is contained in:
Sean Hobbs 2022-07-20 12:38:45 -07:00 коммит произвёл GitHub
Родитель ce85aebc30
Коммит dd752f4303
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 29 добавлений и 0 удалений

29
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: '[BUG]'
labels: 'bug'
assignees: ''
---
### **Describe the bug**
A clear and concise description of what the bug is.
### **Environment**
Please provide the following:
- Hub cluster details
- Member cluster details
- Work resource details
### **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.
### **Additional context**
Add any other context about the problem here.