Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md to reflect workflow changes (#109)
Browse files Browse the repository at this point in the history
We no longer use bors (#103) and the merge workflow was removed as part
of that change.
  • Loading branch information
mbrobbel authored Jul 3, 2023
1 parent a96b3b1 commit 9d66091
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All contributors and contributions are welcome! Please open an issue on GitHub i

Substrait follows the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) for commit messages. This allows for automation of releases based on commit messages that are merged to the default branch.

The `Conventional Commits` job of the [Pull Request](.github/workflows/pull-request.yml) workflow and the `Conventional Commits` job of the [Merge](.github/workflows/merge.yml) workflow check the Pull Request title and body and the resulting merge commit message.
The `Conventional Commits` job of the [Pull Request](.github/workflows/pull-request.yml) workflow check the Pull Request title and body and the resulting merge commit message.

### Releases

Expand All @@ -18,10 +18,6 @@ Releases are published automatically with the [Release](./github/workflows/relea

substrait-rs uses [Depedendabot](https://docs.github.com/en/code-security/dependabot) to update dependencies using the [dependabot.yml](.github/dependabot.yml) configuration file.

### Bors

substrait-rs uses [bors](https://bors.tech/) to merge Pull Requests to prevent breaking the default branch using the [bors.toml](.github/bors.toml) configuration file.

### Prettier

substrait-rs uses [Prettier](https://prettier.io/) to format non-Rust source files. The `Formatting` job in the [Check](.github/workflows/check.yml) workflow checks this. To format your files locally (requires [Node.js](https://nodejs.org/en/)):
Expand Down

0 comments on commit 9d66091

Please sign in to comment.