docs: add bug triage guidelines (#9305)

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
This commit is contained in:
Alex Rudenko
2022-11-23 11:51:25 +01:00
committed by GitHub
parent bef1061c06
commit eda182741b
2 changed files with 21 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ module.exports = {
After adding the configuration file, you will need to remove and reinstall
`puppeteer` for it to take effect.
See [Configuring Puppeteer](https://pptr.dev/guides/configuration) for more
See the [configuration guide](https://pptr.dev/guides/configuration) for more
information.
#### `puppeteer-core`
@@ -209,12 +209,11 @@ run**.
#### Using Docker
See our [guide on using Docker](https://pptr.dev/guides/docker).
See our [Docker guide](https://pptr.dev/guides/docker).
#### Using Chrome Extensions
See our
[guide on using Chrome extensions](https://pptr.dev/guides/chrome-extensions).
See our [Chrome extensions guide](https://pptr.dev/guides/chrome-extensions).
## Resources