Skip to content

Commit

Permalink
Merge pull request #8 from vaadin/feat/new-issue-type-templates
Browse files Browse the repository at this point in the history
feat: Update issue templates
  • Loading branch information
MarcinVaadin authored Jan 19, 2024
2 parents 0d17e4b + 8fc6beb commit 3ae19a0
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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?)
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 3ae19a0

Please sign in to comment.