Skip to content

Commit 09aa6bf

Browse files
authored
Update README.md (#7)
1 parent a78a913 commit 09aa6bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,20 @@ We truly ❤️ pull requests! If you wish to help.
1717

1818
  Add your information on website, please follow [Contribution Guide](https://github.com/lmas3009/cleandocs-template/blob/master/CONTRIBUTING.md)
1919

20+
# Visual Representation
21+
```mermaid
22+
flowchart TD
23+
A[lmas3009/cleandocs-template] --> B{Get This Repo};
24+
B -- By Fork --> C[yourusername/cleandocs-template];
25+
B -- By Clone --> D[Your Local Repo];
26+
C ----> E[Create New Branch];
27+
D ----> E[Create New Branch];
28+
E --> F[Made Some Changes];
29+
F --> G[Commit Changes];
30+
G -- On GitHub --> H[Create Pull Request];
31+
H -- If Rejected -- Made Changes Again --> F;
32+
H -- If Approved --> I[Changes Done]
33+
```
34+
2035
# Copyright and license
2136
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)