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
112 changes: 0 additions & 112 deletions .github/workflows/lint-pull-request.yml

This file was deleted.

12 changes: 12 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# stock-indicators-python

Stock Indicators for Python — a PyPI library that transforms raw OHLCV price quotes into technical indicators such as moving averages, RSI, and Stochastic Oscillator for equities, commodities, forex, and cryptocurrencies.

## Pull request conventions

PR titles must follow Conventional Commits format: `type: Subject`

- `type` is lowercase: `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert`, `plan`
- `Subject` starts with an uppercase letter; keep total title length ≤ 65 characters

Ignore this convention for PRs labeled `bot`, `dependencies`, or `automated`.
Loading