-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Join our Discord Server | ||
url: https://aka.ms/playwright/discord | ||
about: Ask questions and discuss with other community members |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: 'File an issue' | ||
description: If you want to report a bug or request a feature, please file an issue in the Playwright repository. | ||
title: '[Please read the message below]' | ||
labels: [':speech_balloon: Question'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Please file an issue in the [Playwright repository](https://github.com/microsoft/playwright/issues).** | ||
--- | ||
- type: checkboxes | ||
id: no-post | ||
attributes: | ||
label: | | ||
Please do not submit this issue. | ||
description: | | ||
> [!IMPORTANT] | ||
> This issue will be closed. | ||
options: | ||
- label: I understand | ||
required: true |