dtrpg-sdk 1.1.0

A Rust SDK for DTRPG API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Contributing code

## 📢 Conventional Commits 📢

To enhance our development workflow, enable automated changelog generation, and pave the way for Continuous Delivery,
the `dtrpg-sdk.rs` project has adopted the [Conventional Commits
standard](https://www.conventionalcommits.org/en/v1.0.0/) for all commit messages.

Going forward, all commits to this repository **MUST** adhere to the Conventional Commits standard. Commits not adhering
to this standard will cause the CI build to fail. PRs will not be merged if they include non-conventional commits.

A git pre-commit hook may be installed to validate your conventional commit messages before pushing them to GitHub by
running `bin/setup` in the project root.

Read more about this change in the [Commit Message Guidelines section of
CONTRIBUTING.md](CONTRIBUTING.md#commit-message-guidelines)