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
Click on the <ahref="https://github.com/IndianOpenSourceFoundation/dynamic-cli.git"><imgsrc="https://img.icons8.com/ios/24/000000/code-fork.png"></a> symbol at the top right corner.
30
44
31
-
**2.** Clone the forked repository. Open terminal and type:
**9.****Congratulations!** Sit and relax, you've made your contribution to Dynamic-CLI project.
64
78
65
-
66
79
***:trophy: After this, project leaders and mentors will review the changes and will merge your PR if they are found good, otherwise we will suggest the required changes.***
67
80
68
-
## Style Guides for Git Commit Messages:memo:
81
+
## Style guide for git commit messages
82
+
83
+
*Here's a list of some good to have points, that can add more value to your contribution logs.*
84
+
69
85
70
-
#### Here's a list of some good to have points, that can add more value to your contribution logs.
71
86
72
87
- Use the present tense (example: "Add feature" and not "Added feature")
88
+
73
89
- Use the imperative mood (example: "Move item to...", instead of "Moves item to...")
90
+
74
91
- Limit the first line (also called subject line) to 50 characters or less
92
+
75
93
- Capitalize the subject line
94
+
76
95
- Separate subject from body with a blank line
96
+
77
97
- Do not end the subject line with a period
98
+
78
99
- Wrap the body at 72 characters
100
+
79
101
- Use the body to explain what, why, vs, and how
102
+
80
103
- Reference issues and pull requests liberally after the first line
81
104
82
-
For more detailed reference to the above points, refer here: https://chris.beams.io/posts/git-commit.
105
+
For more detailed reference to the above points, refer [here](https://chris.beams.io/posts/git-commit.)
83
106
84
-
## 💥 Issues:
107
+
## 💥 Issues
85
108
For major changes, you are welcomed to open an issue about what you would like to contribute. Enhancements will be appreciated.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,17 +49,17 @@ Options: <br>
49
49
`-GET -> Make a GET request to an API` <br>
50
50
51
51
## License🗄
52
+
The project is licensed under the GNU General Public License v3. Check out [`LICENSE`](https://github.com/IndianOpenSourceFoundation/dynamic-cli/blob/master/LICENSE)
**We're accepting PRs for our open and unassigned [issues](https://github.com/IndianOpenSourceFoundation/dynamic-cli/issues)**. Please check [CONTRIBUTING.md](CONTRIBUTING.md). We'd love your contributions! **Kindly follow the steps below to get started:**
0 commit comments