Skip to content

Commit

Permalink
add new issue form template
Browse files Browse the repository at this point in the history
closes: #1704
(meta)
  • Loading branch information
flybayer committed Feb 18, 2021
1 parent 1a4dd4a commit f1e223c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Bug Report
about: Something is not working right. Or error messages are unclear.
labels: "kind/bug, status/triage"
issue_body: true
inputs:
- type: description
attributes:
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
- type: textarea
attributes:
label: What is the problem?
required: true
- type: textarea
attributes:
label: What are detailed steps to reproduce this?
required: true
value: 1.
- type: textarea
attributes:
label: What
required: true
description: Run `blitz -v` and paste the output here
value: |
```
PASTE_HERE
```
- type: description
attributes:
value: Please include any other applicable logs and screenshots that show your problem.

0 comments on commit f1e223c

Please sign in to comment.