Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# How to Contribute

## Prerequisites

- Have [`rust` & `cargo`](https://www.rust-lang.org/) installed.

## Installing dependencies

```sh
cargo check
```

## Running the tool

```sh
cargo run
```

## CI/CD

#### Testing

```sh
cargo test
```

#### Linting

```sh
cargo lint
```

#### Formatting

```sh
cargo format
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Please see [CHANGELOG.md](CHANGELOG.md).

<!-- omit from toc -->
## Contributing
Contributions and feedback are welcome! Feel free to open an issue or submit a pull request.
Contributions and feedback are welcome! Feel free to open an issue or submit a pull request. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

Here is a list of [Contributors](http://github.com/automa/cli/contributors).

Expand Down