Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tweak bug report template #44409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Changes from all commits
Commits
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
Tweak bug report template
  • Loading branch information
fabpot committed Dec 2, 2021
commit a7c771250ae7ec97e11fbb4363b85ccd0789f298
14 changes: 10 additions & 4 deletions 14 .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,29 @@ body:
id: description
attributes:
label: Description
description: A clear and consise description of the problem
description: A clear and concise description of the problem
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce
description: |
Code and/or config needed to reproduce the problem.
If it's a complex bug, create a "bug reproducer" as explained in https://symfony.com/doc/current/contributing/code/reproducer.html
⚠️ This is the most important part of the report ⚠️
Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix.
Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily.
Most of the time, creating a "bug reproducer" as explained in the URL below is the best way to help us
and increases the chances someone will have a look at it:
https://symfony.com/doc/current/contributing/code/reproducer.html
validations:
required: true
- type: textarea
id: possible-solution
attributes:
label: Possible Solution
description: "Optional: only if you have suggestions on a fix/reason for the bug"
description: |
Optional: only if you have suggestions on a fix/reason for the bug
Don't hesitate to create a pull request with your solution, it helps get faster feedback.
- type: textarea
id: additional-context
attributes:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.