File tree Expand file tree Collapse file tree 3 files changed +73
-0
lines changed
Expand file tree Collapse file tree 3 files changed +73
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to the "magento-log-viewer" extension will be documented in
55Check [ 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
You can’t perform that action at this time.
0 commit comments