mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Replace bug report template with updated bug report form
This commit is contained in:
parent
8ef05e3786
commit
282d3df8ad
2 changed files with 62 additions and 42 deletions
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,42 +0,0 @@
|
|||
---
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Report a bug while using GitHub Desktop. The full template is required.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Describe the bug
|
||||
Write a clear and concise description of what the bug is.
|
||||
|
||||
### Version & OS
|
||||
|
||||
Open the 'About GitHub Desktop' menu to see the GitHub Desktop version. Also include what operating system you are using.
|
||||
|
||||
### Steps to reproduce the behavior
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
### Expected behavior
|
||||
|
||||
Write a clear and concise description of what you expected to happen.
|
||||
|
||||
### Actual behavior
|
||||
|
||||
Write a clear and concise description of what actually happened.
|
||||
|
||||
### Screenshots
|
||||
|
||||
Add screenshots to help explain your problem, if applicable.
|
||||
|
||||
### Logs
|
||||
|
||||
Attach your logs by opening the `Help` menu and selecting `Show Logs...`, if applicable.
|
||||
|
||||
### Additional context
|
||||
|
||||
Add any other context about the problem here.
|
62
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
62
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
|
@ -0,0 +1,62 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for filing a bug report! This issue tracker is for [GitHub Desktop](https://desktop.github.com). If you are experiencing issues with the Linux fork of GitHub Desktop please open an issue [in that repository](https://github.com/shiftkey/desktop). If you are experiencing issues with github.com please [contact GitHub Support](https://support.github.com/).
|
||||
- type: checkboxes
|
||||
id: existing-issues
|
||||
attributes:
|
||||
label: Search existing issues
|
||||
options:
|
||||
- label: I have searched the issue tracker and confirmed there are no existing issues for the problem I am experiencing.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: the-problem
|
||||
attributes:
|
||||
label: The problem
|
||||
description: Describe the issue you are experiencing with GitHub Desktop. Provide a clear and concise description of what you were trying to do and what happened, along with any error messages you encountered.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Release version
|
||||
description: Open the 'About GitHub Desktop' menu item to see the GitHub Desktop version.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: operating-system
|
||||
attributes:
|
||||
label: Operating system
|
||||
description: Enter the specific operating system version you are running.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce the behavior
|
||||
description: Provide steps to reproduce the problem you are experiencing.
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Log files
|
||||
description: Please upload a log file from a day you experienced the issue. To access the log files go to the menu and select `Help` > `Show Logs`.
|
||||
placeholder: You can attach log files by clicking this area to highlight it and then dragging the files in.
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Add screenshots to help explain your problem, if applicable.
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the problem you are experiencing here.
|
||||
|
Loading…
Reference in a new issue