chore: Added Configuration to Bug Template (#9172)

This commit is contained in:
Nikolay Vitkov
2022-10-27 20:35:21 +02:00
committed by GitHub
parent 9e95774596
commit f3ff18e468
3 changed files with 16 additions and 5 deletions

View File

@@ -6,7 +6,8 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
#### Thanks for taking the time to fill out this bug report!
If you haven't done so, you can also check our [Troubleshooting](https://pptr.dev/troubleshooting) page for common issues.
- type: textarea
id: summary
attributes:
@@ -50,9 +51,19 @@ body:
- Windows
validations:
required: true
- type: textarea
id: config
attributes:
label: Configuration file
description: |
Please copy and paste your configuration file [[Docs](https://pptr.dev/guides/configuring-puppeteer/)].
*No need for backticks — this automatically gets formatted into code.*
render: JavaScript
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. No need for backticks — this automatically gets formatted into code.
render: shell
description: |
Please copy and paste any relevant log output.
*No need for backticks — this automatically gets formatted into code.*
render: Shell