You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,20 @@ We truly ❤️ pull requests! If you wish to help.
17
17
18
18
✅ Add your information on website, please follow [Contribution Guide](https://github.com/lmas3009/cleandocs-template/blob/master/CONTRIBUTING.md)
19
19
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
+
20
35
# Copyright and license
21
36
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php
0 commit comments