We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a94c07 commit f8c8385Copy full SHA for f8c8385
.github/PULL_REQUEST_TEMPLATE.md
@@ -4,7 +4,7 @@
4
5
### Checklist
6
- [ ] Formatted code using `cargo fmt --all`
7
-- [ ] Linted code using clippy with reqwest feature: `cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features chrono,time,serde,derive,reqwest-client-rustls -- -D warnings`
8
-- [ ] Updated README.md using `cargo doc2readme -p influxdb --expand-macros`
+- [ ] Linted code using clippy with reqwest feature: `cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --all-features -- -D warnings`
+- [ ] Updated README.md using `cargo doc2readme`
9
- [ ] Reviewed the diff. Did you leave any print statements or unnecessary comments?
10
- [ ] Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment
0 commit comments