File: CONTRIBUTING.md

package info (click to toggle)
rust-dockerfile 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
contributing
============

### publishing releases
- Ensure the README has been updated to reflect accurate examples and installation version.
- Ensure the Cargo.toml version has been updated.
- Ensure docs are updated and rendering as needed.

### development
Running all tests for this system is pretty straightforward.

- cargo test --all-targets
- cargo +nightly test --doc --all-features

To visually check the built docs: `cargo +nightly doc --all-features --open`.