Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 6e5479c

Browse files
📝 Maintaining Directory Tree
1 parent c60ceb5 commit 6e5479c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Should be automatically updated after every commit.
7575
│   │   ├── bug_report.md
7676
│   │   └── feature_request.md
7777
│   ├── Logo.apng
78+
│   ├── Rough_demo.gif
7879
│   ├── pull_request_template.md
7980
│   └── workflows
8081
│   ├── code_checker.yml
@@ -96,7 +97,8 @@ Should be automatically updated after every commit.
9697
│   ├── DynamicArray
9798
│   │   └── DynamicArray.class
9899
│   ├── Pattern
99-
│   │   └── PatternFinder.class
100+
│   │   ├── PatternFinder.class
101+
│   │   └── PatternMaker.class
100102
│   ├── ProgressBar
101103
│   │   └── ProgressBar.class
102104
│   └── TerminalMap
@@ -113,6 +115,7 @@ Should be automatically updated after every commit.
113115
│   └── README.md
114116
├── Pattern
115117
│   ├── PatternFinder.java
118+
│   ├── PatternMaker.java
116119
│   └── README.md
117120
├── ProgressBar
118121
│   ├── ProgressBar.java

0 commit comments

Comments
 (0)