Skip to content

Commit fae5610

Browse files
authored
Update CONTRIBUTING.md
1 parent 9744b39 commit fae5610

1 file changed

Lines changed: 32 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
12
## 🤝First time contributing? We will help you out.👍
23

34
![GitHub custom open for collaboration](https://img.shields.io/badge/Open%20For-Collaboration-brightgreen?style=for-the-badge)
45

56
Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck:
67

78
- [Getting started with Git and GitHub](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github)
9+
10+
811
- [Forking a Repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
12+
13+
914
- [Cloning a Repo](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request)
15+
16+
1017
- [How to create a Pull Request](https://opensource.com/article/19/7/create-pull-request-github)
1118

1219
***If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/).***
@@ -16,19 +23,26 @@ Refer to the following articles on the basics of Git and Github and can also con
1623
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1724
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
1825

26+
27+
1928
- Take a look at the Existing [Issues](https://github.com/IndianOpenSourceFoundation/dynamic-cli.git) or create your own Issues!
29+
2030
- Wait for the Issue to be assigned to you after which you can start working on it.
31+
2132
- Fork the Repo and create a Branch for any Issue that you are working upon.
33+
2234
- Read the [Code of Conduct](https://github.com/IndianOpenSourceFoundation/dynamic-cli.git)
35+
2336
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
37+
2438
- Add Screenshots to help us know what this Script is all about.
2539

26-
## HOW TO MAKE A PULL REQUEST :
40+
## How to make a pull request ?
2741

28-
**1.** Fork [this](https://github.com/IndianOpenSourceFoundation/dynamic-cli.git) repository.
42+
**1.** Fork [this](https://github.com/IndianOpenSourceFoundation/dynamic-cli/fork) repository.
2943
Click on the <a href="https://github.com/IndianOpenSourceFoundation/dynamic-cli.git"><img src="https://img.icons8.com/ios/24/000000/code-fork.png"></a> symbol at the top right corner.
3044

31-
**2.** Clone the forked repository. Open terminal and type:
45+
**2.** Clone the forked repository.
3246

3347
```bash
3448
git clone https://github.com/<your-github-username>/project_name.git
@@ -62,29 +76,38 @@ git push
6276

6377
**9.** **Congratulations!** Sit and relax, you've made your contribution to Dynamic-CLI project.
6478

65-
6679
***: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.***
6780

68-
## Style Guides for Git Commit Messages:memo:
81+
## Style guide for git commit messages :memo:
82+
83+
*Here's a list of some good to have points, that can add more value to your contribution logs.*
84+
6985

70-
#### Here's a list of some good to have points, that can add more value to your contribution logs.
7186

7287
- Use the present tense (example: "Add feature" and not "Added feature")
88+
7389
- Use the imperative mood (example: "Move item to...", instead of "Moves item to...")
90+
7491
- Limit the first line (also called subject line) to 50 characters or less
92+
7593
- Capitalize the subject line
94+
7695
- Separate subject from body with a blank line
96+
7797
- Do not end the subject line with a period
98+
7899
- Wrap the body at 72 characters
100+
79101
- Use the body to explain what, why, vs, and how
102+
80103
- Reference issues and pull requests liberally after the first line
81104

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.)
83106

84-
## 💥 Issues:
107+
## 💥 Issues
85108
For major changes, you are welcomed to open an issue about what you would like to contribute. Enhancements will be appreciated.
86109

87-
#### All the Best!🥇
110+
### All the Best!🥇
88111

89112
<p align = "center">
90113

0 commit comments

Comments
 (0)