chore: Added Configuration to Bug Template (#9172)
This commit is contained in:
parent
9e95774596
commit
f3ff18e468
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -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
|
||||
|
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -2,7 +2,7 @@
|
||||
closeComment: >
|
||||
We are closing this issue. If the issue still persists in the latest version of
|
||||
Puppeteer, please reopen the issue and update the description. We will try our
|
||||
best to accomodate it!
|
||||
best to accommodate it!
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 60
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
|
2
.github/workflows/tot-ci.yml
vendored
2
.github/workflows/tot-ci.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
# Supposed to be every day at 8 am (UTC).
|
||||
- cron: '0 8 * * *'
|
||||
|
||||
# TODO: how to make install & build steps re-usable accross jobs.
|
||||
# TODO: how to make install & build steps re-usable across jobs.
|
||||
# Currently, the install step is duplicated but should be the same for all jobs.
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user