We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7893b6 commit 779b27fCopy full SHA for 779b27f
Contributing.txt
@@ -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