Skip to content
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

Feature add form report #1535

Merged
merged 6 commits into from
Dec 21, 2024
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
54 changes: 27 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_form_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,11 @@ body:
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step"
value: |
1.
2.
3.
...
render: bash
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: "A clear and concise description of what you expected to happen"
value: |
1.
2.
3.
...
render: bash
- type: dropdown
id: package
attributes:
label: What package are you using?
options:
- Built from source
- deb
- rpm
- snap
Expand All @@ -62,6 +39,7 @@ body:
- aur
- macOS
- Windows
- Built from source
default: 0
validations:
required: true
Expand All @@ -73,6 +51,28 @@ body:
placeholder: ex. 0.1.17
validations:
required: true
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step"
value: |
1.
2.
3.
...
render: bash
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: "A clear and concise description of what you expected to happen"
value: |
1.
2.
3.
...
render: bash
- type: textarea
id: debug
attributes:
Expand All @@ -82,8 +82,8 @@ body:
```bash
teams-for-linux --webDebug --logConfig='{}'
```
validations:
required: false
- type: markdown
- type: textarea
id: additional-context
attributes:
value: Add any other context about the problem here that can help us understand and solve it faster. (like screenshots, etc).
label: Additional context
description: Add any other context about the problem here that can help us understand and solve it faster. (like screenshots, etc).
Loading