Skip to content

Commit

Permalink
Replace Markdown pullrequest form with Yaml one
Browse files Browse the repository at this point in the history
  • Loading branch information
Tastyep committed Jul 3, 2021
1 parent cc2f492 commit 20e5aee
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [bug, triage]
assignees:
- Tastyep
body:
- type: markdown
attributes:
value: |
Thanks for helping us improve !
- type: textarea
id: problem-description
attributes:
label: Problem description
description: Also tell us, what did you expect to happen?
validations:
required: true
- type: input
id: app-version
attributes:
label: OpenCast version
validations:
required: true
- type: input
id: python-version
attributes:
label: Python version
validations:
required: true
- type: input
id: bash-version
attributes:
label: Bash version
validations:
required: true
- type: input
id: operating-system
attributes:
label: Operating system
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Logs are available in the log/ directory
placeholder: This will be automatically formatted into code
render: shell
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem
validations:
required: false

0 comments on commit 20e5aee

Please sign in to comment.