File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2828You can log requests via settings [ DEBUG] ( https://www.npmjs.com/package/debug ) env variable to ` foxapi ` :
2929
3030```
3131DEBUG=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
You can’t perform that action at this time.
0 commit comments