Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0312f28
wip: add contributing pages
xDivisionByZerox Dec 3, 2023
f7c221b
refactor: remove run-the-tests page
xDivisionByZerox Apr 27, 2024
0dc509f
refactor: rename report bugs page file
xDivisionByZerox Apr 27, 2024
65e4956
docs: add contributing sidebar entry
xDivisionByZerox Apr 27, 2024
6be2f7e
docs: remove contributing page under about
xDivisionByZerox Apr 27, 2024
93c3f57
docs: update "code-of-conduct" page
xDivisionByZerox Apr 27, 2024
c0e4b29
docs: update "report-bugs" page
xDivisionByZerox Apr 27, 2024
4204d70
docs: update "propose a feature" page
xDivisionByZerox May 1, 2024
570e845
chore: apply suggestions from code review
xDivisionByZerox May 1, 2024
14f8ee4
docs: apply suggestions from code review
xDivisionByZerox Jul 14, 2024
6f3f50f
chore: run formatter
xDivisionByZerox Jun 15, 2025
23a2365
docs: rephrase report-bugs page
xDivisionByZerox Jun 15, 2025
d9de155
docs: small rephrasing in propose-a-feature page
xDivisionByZerox Jun 15, 2025
0c28cec
docs: add dev setup page
xDivisionByZerox Jun 15, 2025
6a158a4
docs: add submit pr page
xDivisionByZerox Jun 15, 2025
e814746
docs: fix contributing sidenav labels
xDivisionByZerox Jun 15, 2025
4088be4
chore: run formatter
xDivisionByZerox Jun 15, 2025
c2ae14f
docs(web): apply suggestions from shini's code review
xDivisionByZerox Jun 16, 2025
a9f937f
Merge branch 'next' into docs/enhance-websites-contribution-guidelines
xDivisionByZerox Jun 29, 2025
e822d41
Merge branch 'next' into docs/enhance-websites-contribution-guidelines
xDivisionByZerox Jun 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: rephrase report-bugs page
  • Loading branch information
xDivisionByZerox committed Jun 15, 2025
commit 23a23650ddadf9e5c9bd54e72ad9a1ff7a97844c
16 changes: 10 additions & 6 deletions docs/contributing/report-bugs.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Report Bugs

If you think you’ve found a bug in Faker, please create a new issue using the [Bug Report Template](https://github.com/faker-js/faker/issues/new?labels=s%3A+pending+triage%2Cc%3A+bug&template=bug_report.yml).
This allows you to provide steps to reproduce, and allows other users to confirm this is actually a bug.
Thank you for taking the time to help improve Faker!
Your contributions are invaluable in keeping the project reliable and useful for everyone.
We kindly ask that you follow the guidelines below when reporting a bug.
Providing clear and detailed information allows us to verify problems quickly and work toward effective solutions.

Please include as much detail as possible to help us properly address your issue.
By including comprehensive information upfront, you assist us in efficiently addressing your concerns.
This approach minimizes the need for follow-up questions and allows us to focus on resolving the issue promptly.
If you believe you've discovered a bug in Faker, please submit a new issue using the [Bug Report Template](https://github.com/faker-js/faker/issues/new?labels=s%3A+pending+triage%2Cc%3A+bug&template=bug_report.yml).
This will help you provide clear reproduction steps and allow other users to verify that the issue is indeed a bug.

To facilitate a swift resolution, please include as much relevant detail as possible.
Providing comprehensive information upfront reduces the need for follow-up questions, enabling us to focus on resolving the issue efficiently.

::: info Note
If you just have a question that won’t necessarily result in a change to Faker, such as asking how something works or how to contribute, please open a [discussion](https://github.com/faker-js/faker/discussions) or stop by our [Discord server](https://chat.fakerjs.dev) instead of filing an issue.
If you have a general question that doesn't require a change to Faker - such as understanding how something works or learning how to contribute - please start a [discussion](https://github.com/faker-js/faker/discussions) or join our [Discord server](https://chat.fakerjs.dev) instead of opening an issue.
:::