ADR - <Number> <Decision Shortname>
Create an Architecture Decision Record for "architecturally significant" decisions: those that affect the structure, non-functional characteristics, dependencies, interfaces, or construction techniques. It should be something that has an effect on how the rest of the project will run. - Michael Nygard
File name should be similar to the title and follow the ADR - <number> <shortname>
style with each ADR being sequentially numbered.
Context
Constraints
A list of technological, organizational, project, legal factors that limit the range of possible solutions.
Assumptions
Anything you take into account in the decision process that is not covered by the projects requirements. Certain aspects that are considered likely to change are also good points to list here.