Skip to content

Commit

Permalink
linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
drspacemn committed Jan 19, 2024
1 parent 7eef388 commit d036e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Your branch must be prefixed in the following issue map (`type`, `title:`, `bran

- `Feature request` -> `feat:` -> `feat/{issue #}-{issue name}`
- `Bug report` -> `bug:` -> `bug/{issue #}-{issue name}`
- `Codebase improvement` -> -> `dev:` -> `dev/{issue #}-{issue name}`
- `Codebase improvement` -> `dev:` -> `dev/{issue #}-{issue name}`

#### Bug Reports
Please try to create bug reports that are:
Expand All @@ -41,6 +41,6 @@ General info on [syncing a fork](https://docs.github.com/en/pull-requests/collab

***ping the [TG](https://t.me/+N7UqCg2hxA4wNTZh) for questions***

---
<hr>

Thank you for your contribution!
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
**This project is under active development and should not be used in production**
</div>

## 🛠️ Build
## Build

To build the project, run:

```bash
scarb build
```

## 🧪 Test
## Test

To test the project, run:

```bash
snforge
```

---
<hr>

#### We live on contributions, follow the guide [here](CONTRIBUTING.md)!

0 comments on commit d036e55

Please sign in to comment.