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
14 changes: 14 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This repo implements an automatic differentiation package for the Julia language.

Please follow these guidelines when contributing:

## Code Standards

- Never commit changes to `Project.toml` to PRs.
- Format modified files using `JuliaFormatter`, eg, `using JuliaFormatter; format(".")` from the root of the repo.

## Key Guidelines
- Follow Go best practices and idiomatic patterns
- Maintain existing code structure and organisation
- Write unit tests for new functionality.
- Document public APIs and complex logic. Suggest changes to the `docs/` folder when appropriate
Loading