Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #86 from att/update_template_file
Browse files Browse the repository at this point in the history
docs(template): Update the bug reports form
  • Loading branch information
litalmason authored Jan 21, 2024
2 parents 0162aaf + 3c98184 commit 2460e1c
Showing 1 changed file with 32 additions and 15 deletions.
47 changes: 32 additions & 15 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,46 @@
name: Bug Report
description: File a bug report
labels: ["bug"]
projects: "att/5"
name: Report a bug
description: Report a bug, use this form
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
## Self Check
- Look for similar errors in existing [GitHub Issues](https://github.com/att/qujata/issues?q=is%3Aissue) (open or closed).
- type: textarea
id: what-happened
validations:
required: true
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
label: Describe the bug
description: A clear description of what the bug is.
placeholder: Please give as many details as possible
- type: textarea
validations:
required: true
attributes:
label: Steps to reproduce
description: |
Steps to reproduce the problem.
placeholder: |
For example:
1. Run docker '...' or try to complete command '...'
2. See error
- type: textarea
validations:
required: true
attributes:
label: Expected behavior
description: A brief description of what should happen.
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Please list the steps needed to reproduce the issue.
placeholder: "1. Step 1\n2. Step 2\n3. Step 3"
label: Screenshots and recordings
description: |
If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/
- type: input
validations:
required: true
attributes:
label: OS / Linux distribution
placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15...
- type: dropdown
id: browsers
attributes:
Expand All @@ -36,7 +54,6 @@ body:
- Mobile (iOS)
- Mobile (Android)
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem. You can drag and drop, paste images directly here or link to them.
label: Additional context
description: Add any other context about the problem here. You can drag and drop, paste images directly here or link to them.

0 comments on commit 2460e1c

Please sign in to comment.