paritytech / prdoc

prdoc files are YAML files following a defined schema and helping with code change documentation.
MIT License
11 stars 1 forks source link

Allow config as part of the Cargo.toml #14

Open chevdor opened 1 year ago

chevdor commented 1 year ago

This was mentioned so I am logging an issue for that. Initially, the configuration will need to be its own file but we could easily add support for the same config integrated into the Cargo.toml.

ggwpez commented 1 year ago

We are using a .config folder in the SDK. Currently nextest and lychee are using it. Zepter also checks this as default location.
Maybe that could bevome a convention?