Skip to content

Commit 779b27f

Browse files
committed
Added contributing file
1 parent f7893b6 commit 779b27f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Contributing.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Contributions are always welcome!!!!
2+
If you want to contribute to this repository follow the below procedure -
3+
1. Fork this repository
4+
2. Clone the code to your local system and go through readme.md
5+
3. You can create another branch to add further commits
6+
7+
GIT COMMANDS FOR CONTRIBUTING -
8+
1. To clone this repository
9+
`git clone [code link]`
10+
2.To create new branch
11+
`git checkout -b [branch name] `
12+
3. To stage files
13+
`git add .`
14+
4.To commit changes
15+
`git commit -m "commit message"`
16+
5. To push changes
17+
`git push [remote branch] [new branch]`
18+
19+

0 commit comments

Comments
 (0)