-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from vaadin/feat/new-issue-type-templates
feat: Update issue templates
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please provide as many details as possible; this will help us deliver a fix as soon as possible. | ||
Thank you! | ||
|
||
### Description of the Bug | ||
|
||
A short, concise description of the bug and why you consider it a bug. Any details like exceptions and logs can be helpful as well. | ||
|
||
### Expected Behavior | ||
|
||
A description of what you would expect to happen. (Sometimes it is clear what the expected outcome is if something does not work; other times, it is not super clear.) | ||
|
||
### Minimal Reproducible Example | ||
|
||
We would appreciate the minimum code with which we can reproduce the issue. | ||
|
||
### Versions | ||
|
||
- Vaadin Flow/Hilla Framework Version: e.g., 24.3.2 | ||
- Copilot Version: Mention the version number of Copilot. | ||
- Browser Information: e.g., Chrome 96.0.4664.110 | ||
- Additional Information: (Is there anything else you can add about the proposal?) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
||
|
||
### Is your feature request related to a problem? | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
### Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
### Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
### Additional context | ||
|
||
Add any other context or screenshots, logs, videos about the feature request here. |