Skip to content

Commit

Permalink
CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thetic committed Feb 24, 2025
1 parent 3b63a50 commit 8f0db03
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Contributing

This project welcomes contributions.

## Pull Requests

Please test your changes before opening a Pull Request.
If you need help testing, open a Draft Pull Request.

This project uses `uv`.
Be sure that your changes follow lint and formatting rules:

- `uv run ruff check`
- `uv run ruff format`

These are required to pass in CI before merging.

## Issues

Please include all relevant version information, configuration, and reproduction steps when submitting an issue.

0 comments on commit 8f0db03

Please sign in to comment.