Skip to content

Commit ae1b7a5

Browse files
author
Artem
committed
Update README
1 parent 446fa96 commit ae1b7a5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,21 @@ Principles:
2323
- As a rule of thumb, `.then()` should be left to the implementation of the library [ie. not in this codebase].
2424
Possible exception here is Auth section, storage of `jwt` tokens, handling oAuth redirects etc.
2525

26-
### debugging
26+
### Debugging
2727

2828
You can log requests via settings [DEBUG](https://www.npmjs.com/package/debug) env variable to `foxapi`:
2929

3030
```
3131
DEBUG=foxapi npm test
3232
```
33+
### Developers
34+
35+
Before submitting your PR:
36+
- make sure flow and lint have no complaints. Run `make test`
37+
- to conform with our code style, run `make fmt`. This will prettify your code and fix any light-weight lint problems.
38+
**Note:** don't forget to commit the changes made by prettier
39+
40+
To facilitate lint fixing, consider running `yarn fix-lint`
3341

3442
# Usage
3543

0 commit comments

Comments
 (0)