Uh oh!
There was an error while loading. Please reload this page.
chore: add issue forms - #4617
Conversation
lobsterkatie
left a comment
There was a problem hiding this comment.
Left some suggestions. Overall I think this could be helpful, though!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| - type: textarea | ||
| id: repro | ||
| attributes: | ||
| label: Steps to Reproduce | ||
| description: How can we see what you're seeing? Specific is terrific. | ||
| placeholder: |- | ||
| 1. What | ||
| 2. you | ||
| 3. did. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected Result | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: actual | ||
| attributes: | ||
| label: Actual Result | ||
| description: Logs? Screenshots? Yes, please. | ||
| validations: | ||
| required: true |
There was a problem hiding this comment.
| - type: textarea | |
| id: repro | |
| attributes: | |
| label: Steps to Reproduce | |
| description: How can we see what you're seeing? Specific is terrific. | |
| placeholder: |- | |
| 1. What | |
| 2. you | |
| 3. did. | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: expected | |
| attributes: | |
| label: Expected Result | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: actual | |
| attributes: | |
| label: Actual Result | |
| description: Logs? Screenshots? Yes, please. | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: actual | |
| attributes: | |
| label: Current Behavior | |
| description: Logs? Screenshots? Yes, please. | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: expected | |
| attributes: | |
| label: Expected Behavior | |
| description: What _should_ be happening? | |
| validations: | |
| required: true | |
| - type: textarea | |
| id: repro | |
| attributes: | |
| label: Steps to Reproduce | |
| description: How can we see what you're seeing? Specific is terrific. Repro repos are even better. | |
| placeholder: |- | |
| 1. What | |
| 2. you | |
| 3. did. | |
| validations: | |
| required: true |
I switched the order because IMHO the most salient thing is what's actually going wrong.
There was a problem hiding this comment.
Thanks Katie.
I would say, all 3 things are important here. It is true that in different scenarios, one is more important than the other. This already follows a known pattern for bug reporting so I would like to keep it as it is.
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Ask a question | ||
| url: https://github.com/getsentry/sentry-javascript/discussions | ||
| about: Ask questions and discuss with other community members |
There was a problem hiding this comment.
I agree with Steven here, that for the moment it's just easier to have everything be in one place (issues) rather than two (issues and discussions).
Instead I think we should have a template which matches the bug report but has an open-ended "Describe your issue" text box in place of actual/expected/repro.
There was a problem hiding this comment.
Cool with me. I will point this to issues atm and later make an template with the label question
| label: Problem Statement | ||
| description: A clear and concise description of what you want and what your use case is. | ||
| placeholder: |- | ||
| I want to make whirled peas, but Sentry doesn't blend. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Katie Byers <lobsterkatie@gmail.com>
Co-authored-by: Katie Byers <lobsterkatie@gmail.com>
Co-authored-by: Katie Byers <lobsterkatie@gmail.com>
Co-authored-by: Katie Byers <lobsterkatie@gmail.com>
size-limit report
|
Co-authored-by: Katie Byers <lobsterkatie@gmail.com>
Co-authored-by: Katie Byers <lobsterkatie@gmail.com>
AbhiPrasad
commented
Feb 23, 2022
Please rebase this and we can merge! |
Add new Github issue forms to this repository