Skip to content

Commit

Permalink
fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jan 26, 2025
1 parent 18b0827 commit 57b04a9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,24 @@ body:
value: |
## Please fill in the bug details in BDD style.
**Note**: Use backticks (\`\`\`) to format code blocks for better readability.
- type: textarea
id: given
validations:
required: true
attributes:
label: Given
description: |
Provide details about your setup, feature files, step definitions, and configuration. For example:
Provide details about your setup, feature files, step definitions, and configuration.
For example:
````
I have the following setup:
Playwright config:
```javascript
// relevant part of your BDD configuration...
```
Feature file:
```gherkin
# your feature here...
Expand All @@ -28,11 +35,6 @@ body:
```javascript
// your JavaScript code here...
```
Playwright config:
```javascript
// your Playwright config here...
```
````
placeholder: What is your setup?

Expand All @@ -43,7 +45,7 @@ body:
attributes:
label: When
description: |
Describe the steps you performed to produce the issue. For example:
Describe the actions you performed to produce the issue. For example:
````
I run the following command:
```shell
Expand Down Expand Up @@ -110,5 +112,4 @@ body:
@playwright/test: v1.49.1
@cucumber/cucumber: none
Playwright config file: playwright.config.ts
render: shell

0 comments on commit 57b04a9

Please sign in to comment.