Change bug report to form (#3692)
This commit is contained in:
parent
a86e0e6b13
commit
58838b48d8
3 changed files with 51 additions and 63 deletions
63
.github/ISSUE_TEMPLATE/bug_report.md
vendored
63
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,63 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Description of the issue
|
|
||||||
|
|
||||||
…
|
|
||||||
|
|
||||||
### Steps to reproduce the problem
|
|
||||||
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
|
|
||||||
### Expected Result
|
|
||||||
|
|
||||||
…
|
|
||||||
|
|
||||||
### Actual Result
|
|
||||||
|
|
||||||
…
|
|
||||||
|
|
||||||
### Screenshots
|
|
||||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
||||||
|
|
||||||
### HTTP request and response from inspector
|
|
||||||
<!-- Tutorial how to find this in Chrome https://developers.google.com/web/tools/chrome-devtools/network -->
|
|
||||||
|
|
||||||
```
|
|
||||||
// insert request and response here
|
|
||||||
```
|
|
||||||
|
|
||||||
### Console output
|
|
||||||
<!-- How to open console in browsers https://support.monday.com/hc/en-us/articles/360002197259-How-to-Open-the-Developer-Console-in-your-Browser -->
|
|
||||||
|
|
||||||
```
|
|
||||||
// insert console output here
|
|
||||||
```
|
|
||||||
|
|
||||||
### System information
|
|
||||||
|
|
||||||
Dashboard version:
|
|
||||||
|
|
||||||
`v?.?.?` (e.g. `v3.6.0`)
|
|
||||||
|
|
||||||
Core version:
|
|
||||||
|
|
||||||
`v?.?.?`
|
|
||||||
|
|
||||||
Operating system:
|
|
||||||
|
|
||||||
- [ ] Windows
|
|
||||||
- [ ] Linux
|
|
||||||
- [ ] MacOS
|
|
||||||
- [ ] Other
|
|
||||||
|
|
||||||
Browser:
|
|
||||||
|
|
||||||
- [ ] Safari
|
|
||||||
- [ ] Chrome
|
|
||||||
- [ ] Edge
|
|
||||||
- [ ] Other
|
|
46
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
46
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
name: Bug report
|
||||||
|
description: Create a report to help us improve
|
||||||
|
title: ""
|
||||||
|
labels: ["bug"]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: Description
|
||||||
|
attributes:
|
||||||
|
label: Description of the issue
|
||||||
|
description: Describe your goal, use case, or provide context of your problem.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce the problem
|
||||||
|
description: Reproduction steps.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: expected-behavior
|
||||||
|
attributes:
|
||||||
|
label: What did you expect to happen?
|
||||||
|
description: Describe why the behavior described earlier is incorrect.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional-info
|
||||||
|
attributes:
|
||||||
|
label: Additional information
|
||||||
|
description: Include any logs from the console, screenshots that could help us understand the problem. Make sure to omit any personal identifiable information or data sensitive to your business.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: environment
|
||||||
|
attributes:
|
||||||
|
label: Environment
|
||||||
|
description: Provide some information about your environment.
|
||||||
|
value: |
|
||||||
|
Browser and version: …
|
||||||
|
OS and version: …
|
||||||
|
Dashboard version: …
|
||||||
|
Core version: …
|
||||||
|
validations:
|
||||||
|
required: true
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: 💬 GitHub Discussions
|
||||||
|
url: https://github.com/saleor/dashboard/discussions
|
||||||
|
about: If you have a support question or need help getting dashboard to work, please use GitHub Discussions.
|
Loading…
Reference in a new issue