phodal / adr

Architecture Decision Records in Node.js with Reporter, supported Windows, GNU/Linux, macOS - 轻量级架构决策记录工具
https://phodal.github.io/adr/
MIT License
263 stars 52 forks source link

feature request: Add `author` field. #1

Closed molingyu closed 6 years ago

molingyu commented 6 years ago

Add author field in decision record.

In template:

## Author
[author-name](mailto:name@email.com)

author command

adr author name

Search adr by author.

phodal commented 6 years ago

Hi,

The author will be see by git log, and the ADR will be manage in same team, why you need it?

molingyu commented 6 years ago

thxs, many non-technical people are in my team,so....

I will keep a private version of use author field in my branch.