Skip to content
Snippets Groups Projects
Select Git revision
  • 9cc1d2eb94c38d560a7e8785c57b19bb52bca685
  • main default protected
  • restricted-sqlite-strategies
  • compare-structured-sql-dumps
  • 235.backup-and-recovery.recovery
  • mypy
  • real-spender
  • github/fork/tp-la/real-spender
  • 260.metric-rejected-zkaps
  • implicit-lease-renewal-problems
  • mach-nix
  • github/fork/tp-la/deep-traverse
  • v0.0
13 results

CONTRIBUTING.rst

Blame
  • After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
    pyproject.toml 684 B
    [tool.towncrier]
        package = "_zkapauthorizer"
        package_dir = "src"
        filename = "ChangeLog.rst"
    
        [[tool.towncrier.type]]
            directory = "feature"
            name = "Features"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "bugfix"
            name = "Bugfixes"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "doc"
            name = "Improved Documentation"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "removal"
            name = "Deprecations and Removals"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "misc"
            name = "Misc"
            showcontent = false