-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# List of ADRs | ||
|
||
|
||
* [ADR 1](0001-record-architecture-decisions.md) : Record architecture decisions | ||
|
||
* [ADR 2](0002-implement-as-Java.md) : Implement as Java | ||
|
||
* [ADR 3](0003-single-command-with-subcommands.md) : Single command with subcommands | ||
|
||
* [ADR 4](0004-markdown-format.md) : Markdown format | ||
|
||
* [ADR 5](0005-help-comments.md) : Help comments | ||
|
||
* [ADR 6](0006-use-command-line-processing-package.md) : Use command line processing package | ||
|
||
* [ADR 7](0007-use-specific-environment-variables-for-editors.md) : Use specific environment variables for editors | ||
|
||
* [ADR 8](0008-use-java-lts-versions.md) : Use java lts versions | ||
|
||
* [ADR 9](0009-plain-text-format.md) : Plain text format | ||
|
||
* [ADR 10](0010-binary-compatability-to-java-lts-version-minus-2.md) : Binary compatability to java lts version minus 2 | ||
|
||
* [ADR 11](0011-use-an-existing-templating-library.md) : Use an existing templating library | ||
|
||
|
||
Created: 24 Oct 2024 |