Skip to content

Commit

Permalink
Add FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Dec 13, 2023
1 parent e5853d2 commit a9b5d4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ brew install pixee

After installation, run the `pixee` command to see instructions and options.

## F.A.Q.

### What languages are supported?
Currently we support codemods for Java and Python. Stay tuned for additional language support at https://pixee.ai!

### What happens to my code?
The Pixee CLI currently runs all detection and fixes locally to your own host machine. No network communication is required. Eventually some CLI features may provide opt-in services that require network communication and may send code and/or metadata over the network to external services. We promise to be explicit when this is the case.

### Where can I learn more?
Make sure to visit our website at https://pixee.ai!

### Where can I request features and report issues?
For CLI feature requests and bug reports please use our GitHub issue tracker: https://github.com/pixee/pixee-cli/issues


## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).

0 comments on commit a9b5d4e

Please sign in to comment.