Feature: init
ipfans opened this issue · comments
ipfans commented
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