-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3e504f
commit e80f5c8
Showing
2 changed files
with
20 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Contributing | ||
|
||
You can use your favorite Python version manager (asdf, pyenv, ...) as long | ||
as it follows `.python-version`. | ||
|
||
Install [pre-commit](https://pre-commit.com/) if it is not already installed. | ||
|
||
Install pre-commit hooks in your git working copy: | ||
|
||
pre-commit install --hook-type pre-commit --hook-type commit-msg | ||
|
||
Use [Conventional Commits](https://www.conventionalcommits.org/). | ||
|
||
Create documentation as part of you pull request: | ||
|
||
pdm docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters