Skip to content

Commit

Permalink
chore: Add Contributing section to README (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Aug 25, 2023
1 parent 2e7db56 commit f6539f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) for la

Follow the installation instructions from the dsp-docs repository in order to build and serve the documentation locally.
Once the necessary software is installed you can use `mkdocs serve` for a live preview on http://127.0.0.1:8000/.

## Contributing

Our commit messages follow the [Conventional Commits Guidelines](https://www.conventionalcommits.org/en/v1.0.0/).

Source code must be formatted with `sbt fmt`.

Copyright headers must be added with `sbt headerCreateAll`.

0 comments on commit f6539f3

Please sign in to comment.