File tree Expand file tree Collapse file tree 4 files changed +115
-0
lines changed
icons/github/ISSUE_TEMPLATE
target/maven-status/maven-compiler-plugin/compile/default-compile Expand file tree Collapse file tree 4 files changed +115
-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] '
5+ labels : bug
6+ assignees : ' '
7+ ---
8+
9+ ## Bug Description
10+ A clear and concise description of what the bug is.
11+
12+ ## Steps To Reproduce
13+ Steps to reproduce the behavior:
14+ 1 . Go to '...'
15+ 2 . Click on '...'
16+ 3 . Scroll down to '...'
17+ 4 . See error
18+
19+ ## Expected Behavior
20+ A clear and concise description of what you expected to happen.
21+
22+ ## Actual Behavior
23+ A clear and concise description of what actually happened.
24+
25+ ## Screenshots
26+ If applicable, add screenshots to help explain your problem.
27+
28+ ## Environment
29+ ** Desktop (please complete the following information):**
30+ - OS: [ e.g. Windows 10, macOS 13.0, Ubuntu 22.04]
31+ - Browser: [ e.g. Chrome 118, Firefox 119, Safari 17]
32+ - Version: [ e.g. 1.0.0]
33+
34+ ** Smartphone (please complete the following information):**
35+ - Device: [ e.g. iPhone 14, Samsung Galaxy S23]
36+ - OS: [ e.g. iOS 17.0, Android 14]
37+ - Browser: [ e.g. Safari, Chrome]
38+ - Version: [ e.g. 1.0.0]
39+
40+ ## Additional Context
41+ Add any other context about the problem here.
42+
43+ ## Possible Solution
44+ If you have suggestions on how to fix the bug, please describe them here.
45+
46+ ## Related Issues
47+ Link any related issues here.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
2+
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] '
5+ labels : enhancement
6+ assignees : ' '
7+ ---
8+
9+ ## Is your feature request related to a problem?
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 and who would benefit from it.
20+
21+ ## Benefits
22+ What are the benefits of implementing this feature?
23+ - Benefit 1
24+ - Benefit 2
25+ - Benefit 3
26+
27+ ## Implementation Suggestions
28+ If you have ideas on how this could be implemented, please share them here.
29+
30+ ## Additional Context
31+ Add any other context, mockups, or screenshots about the feature request here.
32+
33+ ## Acceptance Criteria
34+ What would need to be true for this feature to be considered complete?
35+ - [ ] Criterion 1
36+ - [ ] Criterion 2
37+ - [ ] Criterion 3
38+
39+ ## Priority
40+ How important is this feature to you?
41+ - [ ] Critical
42+ - [ ] High
43+ - [ ] Medium
44+ - [ ] Low
45+ - [ ] Nice to have
46+
47+ ## Related Issues
48+ Link any related issues or feature requests here.
Original file line number Diff line number Diff line change 1+ /workspaces/MyCMD/src/main/java/com/mycmd/App.java
2+ /workspaces/MyCMD/src/main/java/com/mycmd/Command.java
3+ /workspaces/MyCMD/src/main/java/com/mycmd/ShellContext.java
4+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/CdCommand.java
5+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/ClsCommand.java
6+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/CopyCommand.java
7+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/DelCommand.java
8+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/DirCommand.java
9+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/EchoCommand.java
10+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/ExitCommand.java
11+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/HelpCommand.java
12+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/LsCommand.java
13+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/MkdirCommand.java
14+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/MoveCommand.java
15+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/PingCommand.java
16+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/RmdirCommand.java
17+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/TypeCommand.java
18+ /workspaces/MyCMD/src/main/java/com/mycmd/commands/VersionCommand.java
You can’t perform that action at this time.
0 commit comments