Skip to content

Commit f8c8385

Browse files
committed
update PR template
1 parent 6a94c07 commit f8c8385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Checklist
66
- [ ] 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`
7+
- [ ] Linted code using clippy with reqwest feature: `cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --all-features -- -D warnings`
8+
- [ ] Updated README.md using `cargo doc2readme`
99
- [ ] Reviewed the diff. Did you leave any print statements or unnecessary comments?
1010
- [ ] Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

0 commit comments

Comments
 (0)