This commit is contained in:
Michael Scovetta 2022-06-22 00:52:41 -07:00 коммит произвёл GitHub
Родитель 0f96c5869d
Коммит 41442653b5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report about a bug or broken functionality
title: ''
labels: bug
assignees: ''
@ -12,7 +12,7 @@ A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Run ApplicationInspector with "appinspector -args -you -used"
1. Run ApplicationInspector with "-args -you -used"
2. Go to '...'
3. Click on '....'
4. Scroll down to '....'
@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Operating Environment (please complete the following information):**
- Application Inspector Version: [from `appinspector -v`]
- Application Inspector Version: [run AppInspector with `--version`]
- OS: [e.g. Windows 11 21H2 22000.613, MacOS 13.0.1, Linux Ubuntu 20.04]
- Browser: (if an issue with HTML report) [e.g. Edge, Chrome, Safari]
- Browser Version: (if an issue with HTML report) [e.g. 100]