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

Commit

Permalink
Remove unnecessary git hooks and initialization instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Feb 4, 2024
1 parent 36be0fb commit 61f3f49
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 53 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

## 1. Fork the repo

You can do that by cliking 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) 👈
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) 👈

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

**Important:** After you've cloned your Ivy Wallet fork make sure to initialize the project using [the initialization instructions in the README](./README.md#initialize-the-project).

## 2. Pick an issue

What do you want to work on? [Choose an issue](https://github.com/Ivy-Apps/ivy-wallet/issues) that you'd like to contribute to.
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ Ivy Wallet lacks features but its biggest advantage is its UI/UX, simplicity, an

Instructions in [CONTRIBUTING.md](./CONTRIBUTING.md).

**2. Make the initialization script executable:**
```
chmod +x scripts/init.sh
```

**3. Initialize the project:**
```
./scripts/init.sh
```

### Need help?

Jour our Telegram community and drop a message in the "Development" topic.
Expand Down
8 changes: 0 additions & 8 deletions git/hooks/pre-push

This file was deleted.

32 changes: 0 additions & 32 deletions scripts/init.sh

This file was deleted.

0 comments on commit 61f3f49

Please sign in to comment.