Skip to content

Commit

Permalink
[#5] Update Bug Report Template
Browse files Browse the repository at this point in the history
  • Loading branch information
pcs289 committed Dec 27, 2021
1 parent 0c44428 commit b6245ef
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,50 @@
name: 🐞 Bug Report
description: Create a report to help us improve
title: "[Bug]: "
labels: ["bug", "triage"]
assignees:
- kpicaza
- xserrat
- pcs289
body:
- type: markdown
attributes:
value: |
## Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
label: What happened?
description: A clear and concise description of what the bug is.
placeholder: Also tell us, what did you expect to happen?
value: "A bug happened!"
validations:
required: true
- type: textarea
id: steps-reproduce
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/pheature-flags/pheature-flags/blob/1.0.x/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow Pheature Flags' Code of Conduct
required: true
validations:
required: true

0 comments on commit b6245ef

Please sign in to comment.