mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
5 lines
561 B
Markdown
5 lines
561 B
Markdown
[Contribution](README.md#contributing) checklist (recommended but not always applicable/required):
|
|
|
|
- [ ] There's an _[automated test](tests/default.nix)_ for this change
|
|
- [ ] Commit messages or code include _references to related issues or PRs_ (including third parties)
|
|
- [ ] Commit messages are _[conventional](https://www.conventionalcommits.org/)_ - examples from [the log](https://github.com/nix-community/poetry2nix/commits/master) include "feat: add changelog files to fixup hook", "fix(contourpy): allow wheel usage", and "test: add sqlalchemy2 test"
|