Skip to content
Merged
Show file tree
Hide file tree
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
48 changes: 48 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## Summary

Brief description of the change.

## Motivation

Why is this change necessary?

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Performance improvement
- [ ] Refactor
- [ ] Documentation
- [ ] Breaking change

## Technical Details

Describe key implementation decisions.

## Determinism & Reproducibility

- [ ] Change preserves deterministic behavior
- [ ] Tests confirm reproducibility
- [ ] No hidden state introduced

## Performance Impact

- [ ] No measurable impact
- [ ] Benchmarks included
- [ ] Performance improvement

## Tests

- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Existing tests pass

## Breaking Changes

If applicable, describe migration impact.

## Checklist

- [ ] Code follows project style guidelines
- [ ] Self-review completed
- [ ] Documentation updated (if needed)
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
bxvtr@protonmail.com.
tradingeng@protonmail.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 bxvtr@protonmail.com
Copyright (c) 2026 tradingeng@protonmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
description = "Trading platform."
readme = "README.md"
requires-python = ">=3.11"
authors = [{ name = "bxvtr@protonmail.com" }]
authors = [{ name = "tradingeng@protonmail.com" }]
license = { text = "MIT" }

classifiers = [
Expand Down