ipfans/adrgo

Feature: init

ipfans opened this issue · 0 comments

Feature: init .adr.yml
    As a user
    I need to be able init .adr.yml config

    Scenario: init adr config
        Given set language en and path docs/adr
        When no .adr.yml file exists
        Then .adr.yml should be created

    Scenario: re-init adr config
        Given set language zh-cn and path docs/adr
        When .adr.yml file exists
        Then init should be return error