Skip to content

Commit b2a31e2

Browse files
committed
Add bug report and feature request templates to issue templates
1 parent 4520ead commit b2a31e2

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Bug Report: '
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
1. Open '...'
15+
2. Click on '....'
16+
3. View log file '....'
17+
4. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Environment (please complete the following information):**
26+
- OS: [e.g. Windows 10, macOS 13.0, Ubuntu 22.04]
27+
- VS Code Version: [e.g. 1.84.0]
28+
- Extension Version: [e.g. 1.1.0]
29+
- Magento Version: [e.g. 2.4.6]
30+
31+
**Log Files (if applicable)**
32+
<details>
33+
<summary>VS Code Developer Tools Console</summary>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: 'Feature-Request: '
5+
labels: feature-request
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Use case**
19+
Describe how this feature would be used in a Magento development workflow.
20+
21+
**Extension Context**
22+
- Would this feature require additional configuration?
23+
- Would it affect existing log viewing functionality?
24+
- Does it require changes to the log file parsing?
25+
26+
**Technical Considerations**
27+
- Potential impact on extension performance
28+
- Required access to VS Code APIs
29+
- Integration with Magento's logging system
30+
31+
**Additional context**
32+
Add any other context, screenshots, or mock-ups about the feature request here.
33+
34+
**Related Issues/PRs**
35+
Link to any related issues or pull requests.
36+
37+

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to the "magento-log-viewer" extension will be documented in
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
8+
### Added
9+
- Comprehensive bug report template
10+
- Detailed feature request template
811

912
## [1.1.0] - 2024-11-16
1013
### Added

0 commit comments

Comments
 (0)