diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..74b3c18c25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,31 @@ +--- +name: Bug +about: Something doesn't work like it should? Tell us! +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Context:** +- PlayWright Version: [what PlayWright version do you use?] +- Operating System: [e.g. Windows, Linux or Mac] +- Extra: [any specific details about your environment] + +**Code Snippet** + +Help us help you! Put down a short code snippet that illustrates your bug and +that we can run and debug locally. For example: + +```javascript +const {chromium, webkit, firefox} = require('playwright'); + +(async () => { + const browser = await chromium.launch(); + // ... +})(); +``` + +**Describe the bug** + +Add any other details about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..6a35042b37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Context:** +- PlayWright Version: (please tell us what PlayWright version do you use) +- Operating System: [e.g. Windows, Linux or Mac] +- Extra: [any other specific details about your environment] + +**Code Snippet** + +Help us help you! Please put down a short code snippet that illustrates your bug and +that we can run and debug locally. For example: + +```javascript +const {chromium, webkit, firefox} = require('playwright'); + +(async () => { + const browser = await chromium.launch(); + // ... +})(); +``` + +**Describe the bug** + +Add any other details about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..ec9387ccb8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Request new features to be added +title: "[Feature]" +labels: '' +assignees: '' + +--- + +Let us know what functionality you'd like to see in PlayWright and what is your usecase. +Do you think others might need this as well? diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..e33d214433 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: Feel free to ask us your questions! +title: "[Question]" +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md new file mode 100644 index 0000000000..7aa0a90377 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -0,0 +1,32 @@ +--- +name: Regression +about: Functionality that used to work and does not any more +title: "[REGRESSION]: " +labels: '' +assignees: '' + +--- + +**Context:** +- GOOD PlayWright Version: [what PlayWright version worked nicely?] +- BAD PlayWright Version: [what PlayWright version doesn't work any more?] +- Operating System: [e.g. Windows, Linux or Mac] +- Extra: [any specific details about your environment] + +**Code Snippet** + +Help us help you! Put down a short code snippet that illustrates your bug and +that we can run and debug locally. For example: + +```javascript +const {chromium, webkit, firefox} = require('playwright'); + +(async () => { + const browser = await chromium.launch(); + // ... +})(); +``` + +**Describe the bug** + +Add any other details about the problem here. diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 0000000000..45f099cc33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -0,0 +1,31 @@ +--- +name: Report a bug +about: Something doesn't work like it should? Tell us! +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Context:** +- PlayWright Version: [what PlayWright version do you use?] +- Operating System: [e.g. Windows, Linux or Mac] +- Extra: [any specific details about your environment] + +**Code Snippet** + +Help us help you! Please put down a short code snippet that illustrates your bug and +that we can run and debug locally. For example: + +```javascript +const {chromium, webkit, firefox} = require('playwright'); + +(async () => { + const browser = await chromium.launch(); + // ... +})(); +``` + +**Describe the bug** + +Add any other details about the problem here. diff --git a/.github/ISSUE_TEMPLATE/report-a-regression.md b/.github/ISSUE_TEMPLATE/report-a-regression.md new file mode 100644 index 0000000000..6b7a28d529 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-regression.md @@ -0,0 +1,10 @@ +--- +name: Report a regression +about: Functionality that used to work and does not any more +title: "[REGRESSION]: " +labels: '' +assignees: '' + +--- + +