Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Add note to install git lfs in contributing guide (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
stetimi authored Apr 29, 2024
1 parent 248e9e0 commit 816e410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 1. Fork the repo

You can do that by clicking this badge: 👉 [![Fork Ivy Wallet](https://img.shields.io/github/forks/Ivy-Apps/ivy-wallet?logo=github&style=social)](https://github.com/Ivy-Apps/ivy-wallet/fork) 👈
1. Install the git Large File Storage plugin, see [here](https://git-lfs.com/) for instructions.
2. Create a fork by clicking this badge: 👉 [![Fork Ivy Wallet](https://img.shields.io/github/forks/Ivy-Apps/ivy-wallet?logo=github&style=social)](https://github.com/Ivy-Apps/ivy-wallet/fork) 👈

**[How To Fork Guide by GitHub](https://docs.github.com/en/get-started/quickstart/fork-a-repo)**

Expand Down Expand Up @@ -33,7 +34,7 @@ For your issue, make a feature branch in your forked ivy-wallet repo.

### Create a new branch

Open a terminal in your cloned forked ivy-wallet repo and run:
Open a terminal in your cloned forked ivy-wallet repo and run:
```
git checkout -b fix-issue-YOUR_ISSUE_NUMBER
```
Expand Down

0 comments on commit 816e410

Please sign in to comment.