Skip to content
Merged
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
13 changes: 13 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Developer Instructions

## Code Style
- Run `ruff check .` before committing to ensure all Python code passes linting.
- Write clear docstrings for all public functions and classes.
- Use relative imports within the `jetplot` package.

## Testing
- Execute `pytest` and ensure all tests pass before submitting a PR.

## PR Guidelines
- Your pull request description must contain a **Summary** section explaining the changes.
- Include a **Testing** section describing the commands used to run lint and tests along with their results.