mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
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
|
- type: textarea
|
||||||
id: summary
|
id: summary
|
||||||
attributes:
|
attributes:
|
||||||
@ -50,9 +51,19 @@ body:
|
|||||||
- Windows
|
- Windows
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Relevant log output
|
label: Relevant log output
|
||||||
description: Please copy and paste any relevant log output. No need for backticks — this automatically gets formatted into code.
|
description: |
|
||||||
render: shell
|
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: >
|
closeComment: >
|
||||||
We are closing this issue. If the issue still persists in the latest version of
|
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
|
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
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 60
|
daysUntilStale: 60
|
||||||
# Number of days of inactivity before a stale issue is closed
|
# 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).
|
# Supposed to be every day at 8 am (UTC).
|
||||||
- cron: '0 8 * * *'
|
- 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.
|
# Currently, the install step is duplicated but should be the same for all jobs.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user