Skip to content

Commit 1ac5f34

Browse files
committed
docs(website): updated the article on project templates
1 parent 0a1582a commit 1ac5f34

File tree

2 files changed

+146
-2
lines changed

2 files changed

+146
-2
lines changed

src/docs/community/contributing/reporting-issues.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ When reporting a bug, please kindly **remember that the easier you make it for t
1212
- Provide a **detailed description** of what happened and don’t leave any important facts out. That said, try not to include any extraneous details that could derail or distract the people trying to help reproduce the issue you found.
1313
- Explain how the **behaviour you observed** is different from what you believe should have happened instead
1414
- Provide supplementary information:
15-
- If you can reproduce and isolate the issue, use one of the [Serenity/JS Project Templates](/handbook/getting-started/project-templates/) to create a minimalistic example that demonstrates the problem and attach a link to it to your ticket. While this requires a bit more work on your side, it will help us sort out the problem much quicker.
16-
- If you can reproduce the issue, but can't isolate it, add the [`StreamReporter`](/api/core/class/StreamReporter) to your Serenity/JS [stage crew](/api/core/class/SerenityConfig#crew), run the test again to trigger the bug, and attach the `StreamReporter`'s log to your ticket
15+
- If you can reproduce and isolate the issue, use one of the [Serenity/JS Project Templates](/handbook/project-templates/) to create a minimalistic
16+
example that demonstrates the problem and attach a link to it to your ticket. While this requires a bit more work on your side, it will help us sort out the problem much quicker.
17+
- If you can reproduce the issue, but can't isolate it, add the [`StreamReporter`](/api/core/class/StreamReporter) to your Serenity/JS [stage crew](/api/core/class/SerenityConfig#crew),
18+
run the test again to trigger the bug, and attach the `StreamReporter`'s log to your ticket
1719
- If you can't reproduce the issue, please attach any additional information that might help us figure out what happened - screenshots and test execution logs are particularly useful.
1820

1921
<Figure

0 commit comments

Comments
 (0)