Skip to content

Commit

Permalink
Fix header nesting in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BinderDavid committed Mar 20, 2024
1 parent 4f2a8a9 commit 604ea40
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 @@ -2,12 +2,12 @@

Pull requests, bug reports and feature requests are highly welcomed and encouraged!

### Contents
## Contents

- [Pull Request Workflow](#pull-request-workflow)
- [Release Workflow](#release-workflow)

### Pull request workflow
## Pull request workflow

All changes to the codebase should go through pull-requests.
We do not allow commits directly on the `main` branch of the repository.
Expand All @@ -18,7 +18,7 @@ Please check that you observe the following guidelines:
- Every PR needs to have at least 1 approval before it can be merged.
- We enforce a linear history on the `main` branch, so every PR must either be rebased or rebased and squashed before it is merged into `main`.

### Release workflow
## Release workflow

We use the following workflow for generating a new release for version `x.x.x`:

Expand Down

0 comments on commit 604ea40

Please sign in to comment.