# Contributing
Polyglot-RS uses GitHub to manage reviews of pull requests.
- If you have a trivial fix or improvement, go ahead and create a pull request,
addressing (with `@...`) the maintainer of this repository (see
[MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
- If you plan to do something more involved, first discuss your ideas
on our [discord](https://loopholelabs.io/discord).
This will avoid unnecessary work and surely give you and us a good deal
of inspiration.
- Relevant coding style guidelines is the [Official Rust Style Guide](https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/guide.md)
- Be sure to sign off on the [DCO](https://github.com/probot/dco#how-it-works)
- To update the integration test data, run `curl -Lo resources/test/polyglot-test-data.json https://github.com/loopholelabs/polyglot-test-data/releases/latest/download/polyglot-test-data.json`