- adds new dataclass ReportConfig to configure how reports should run
- all reports now work with ReportConfig
- adds report_name setting, which is a higher-level object than report_type
- multiple reports (with different report_names) can have different configurations using the same report_type
- updates differential revision search to include statuses of accepted, changes-planned, needs-review
- switches -r from --report_type to --report_name
- all Slack messages now support customizing username and emoji
- isort everything (switching to multi-line combo imports)
- updated README with some basic Get Started instructions