ADR template: add Further Discussions (#8108)
* ADR template: add Further Discussions * language update * Update docs/architecture/adr-template.md Co-authored-by: Amaury <amaury.martiny@protonmail.com> Co-authored-by: Amaury <amaury.martiny@protonmail.com>
This commit is contained in:
parent
fe41718047
commit
1ec6c640b9
|
@ -53,6 +53,12 @@
|
||||||
{neutral consequences}
|
{neutral consequences}
|
||||||
|
|
||||||
|
|
||||||
|
## Further Discussions
|
||||||
|
|
||||||
|
While an ADR is in the DRAFT or PROPOSED stage, this section should contain a summary of issues to be solved in future iterations (usually referencing comments from a pull-request discussion).
|
||||||
|
Later, this section can optionally list ideas or improvements the author or reviewers found during the analysis of this ADR.
|
||||||
|
|
||||||
|
|
||||||
## Test Cases [optional]
|
## Test Cases [optional]
|
||||||
|
|
||||||
Test cases for an implementation are mandatory for ADRs that are affecting consensus changes. Other ADRs can choose to include links to test cases if applicable.
|
Test cases for an implementation are mandatory for ADRs that are affecting consensus changes. Other ADRs can choose to include links to test cases if applicable.
|
||||||
|
|
Loading…
Reference in New Issue