Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Contributing

- Keep PRs small and focused (one script or feature per PR).
- Prefer argparse for new CLI features; validate user input.
- Preserve existing behavior unless you clearly improve UX.
- Include a short description and test steps in your PR body.
- Use informative commit messages and snake_case in Python.

### Local test checklist
- python3 -m py_compile path/to/script.py
- Run the script (interactive or with flags) and verify outputs.