Skip to content

Commit

Permalink
Update CONTRIBUTION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1HazArd1 authored Feb 22, 2022
1 parent f0d85ac commit cc9efa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ Check the [Wireframe](https://www.figma.com/file/qFdwZSrziy4OLva20BxbBD/Samarpan
e)Make a small clip or take screenshots before and after making changes.

4) Track your changes
```git add .```
```bash
git add .
```
5) Commit all the changes.
a)The commit message should be relevant and short.(usually title of pull request)
b)Make sure to condense your changes into a single commit
Expand Down

0 comments on commit cc9efa8

Please sign in to comment.