diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c84cd5f..46161c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: @@ -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*** ---- +
Thank you for your contribution! diff --git a/README.md b/README.md index ec42f0e..4b9eacb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ **This project is under active development and should not be used in production** -## 🛠️ Build +## Build To build the project, run: @@ -25,7 +25,7 @@ To build the project, run: scarb build ``` -## 🧪 Test +## Test To test the project, run: @@ -33,6 +33,6 @@ To test the project, run: snforge ``` ---- +
#### We live on contributions, follow the guide [here](CONTRIBUTING.md)!