1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript483 forks (483 forks)auto 404
good first issue
Repository metrics
- Stars
- 538 stars (538 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Now:
withdraw - entered
withdraw - started
withdraw - finished
Better:
withdraw - entered {TICKER}
withdraw - started {TICKER}
withdraw - finished {TICKER}
Contributor guide
- Research direction
- Find the log statements for withdraw events (entered, started, finished) and add {TICKER} to the message strings.
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Chore
- Prerequisites
- None