Skip to content

Commit

Permalink
update contributing doc
Browse files Browse the repository at this point in the history
Signed-off-by: Maia Iyer <[email protected]>
  • Loading branch information
maia-iyer committed Sep 24, 2024
1 parent 8b247bf commit abe20ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ We welcome all development attempts and contributions from the community. The ea
## Opening a pull request

1. Fork the tornjak repo
2. Ensure your branch is based on the latest commit in `dev`
2. Ensure your branch is based on the latest commit in `main`
3. Commit changes to your fork. Make sure your commit messages contain a `Signed-off-by: <your-email-address>` line (see `git-commit --signoff`) to certify the [DCO](/DCO)
4. Test your PR locally and ensure all tests in Github actions pass
5. Open a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)
against the upstream `dev` branch
against the upstream `main` branch

> [!IMPORTANT]
> Please make sure you open all PRs against the `dev` branch
> Please make sure you open all PRs against the `main` branch
> [!IMPORTANT]
> For any new feature design, or feature level changes, please create an issue first, then submit a PR with design details before code implementation.
Expand Down

0 comments on commit abe20ff

Please sign in to comment.