Skip to content

Commit

Permalink
docs: add semver and conv commits to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Feb 14, 2024
1 parent 73f05bb commit 0126fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
I am happy to receive contributions -- there are certainly places where existing functionality can be improved or extended, or room for new functionality.

The ideal mode for contributing is through pull requests.
If possible adhere to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit message styling.

Apart from the rest, it's expected to behave appropriately.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Rules are listed in [ruff.toml](ruff.toml).
To check all python in the current directory, you may `ruff .`.
To format a given file according to `ruff.toml`, run `ruff format file.py`.
Checks for formatting are performed on each push / PR.
We (try to) adhere to [semantic versioning](https://semver.org/) and [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).

0 comments on commit 0126fd6

Please sign in to comment.