Skip to content

Commit

Permalink
CONTRIBUTING.md fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
syndek committed Aug 1, 2021
1 parent f2f50a6 commit f04f47e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# Contribute

we are pretty gald to have you to participate, any contributions is welcome, including the documentations and tests.
you can do the `Pull Requests`, `Issue` on the github, and we will review it as soon as possible.
We are glad to have you participate. Any contributions are welcome, including documentations and tests.
You can create a `Pull Request` or `Issue` on GitHub, and we will review it as soon as possible.

We use GitHub issues for tracking suggestions and bugs.

To install for development:

#### clone the repo
#### Clone the repo

```bash
git clone https://github.com/hora-search/hora
```

#### build
#### Build

```bash
cargo build
```

#### test
#### Test

```bash
cargo test --lib
```

#### try the changes
#### Try the changes

```bash
cd exmaples
cd examples
cargo run
```

0 comments on commit f04f47e

Please sign in to comment.