Skip to content

Commit

Permalink
Try out issue template for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Oct 31, 2023
1 parent affa32c commit f7c7405
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Bug Report
description: File a bug report
assignees:
- dveeden
body:
- type: input
attributes:
label: DBD::mysql version
value:
validations:
required: false
- type: input
attributes:
label: MySQL client version
placeholder: mysql_config --version
validations:
required: false
- type: input
attributes:
label: Server version
placeholder: SELECT VERSION()
validations:
required: false
- type: input
attributes:
label: Operating system version
validations:
required: false
- type: textarea
attributes:
label: What happened?
validations:
required: true
- type: textarea
attributes:
label: Other information
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true

0 comments on commit f7c7405

Please sign in to comment.