Skip to content
Snippets Groups Projects
  • Chevdor's avatar
    PRDoc new schema (#1946) · 756a12d5
    Chevdor authored
    
    ## Overview
    
    This PR brings in the new version of prdoc v0.0.6 and allows:
    - local schema
    - local config
    - local template
    
    It also fixes the existing prdoc files to match the new schema.
    
    ## todo
    
    - [x] add a brief doc/tldr to help contributors get started
    - [x] test CI
    - [x] finalize schema
    - [x] publish the next `prdoc` cli version (v0.0.7 or above)
    
    ---------
    
    Co-authored-by: default avatarEgor_P <egor@parity.io>
    Co-authored-by: default avatarBastian Köcher <git@kchr.de>
    Unverified
    756a12d5
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.prdoc.toml 194 B
# Config file for prdoc, see https://github.com/paritytech/prdoc

version = 1
schema = "prdoc/schema_user.json"
output_dir = "prdoc"
prdoc_folders = ["prdoc"]
template = "prdoc/.template.prdoc"