ADRs
The AppEng ADR template can be found at docs/templates/adr-appeng.md
. Add a
number prefix of four digits and name your ADR when adding it to
docs/appeng/adrs/
as a Markdown file to start your own ADR.
export TWEP_NUM_ADR=$(($(find docs/appeng/adrs | grep -E '[0-9]+-.*\.mdx?' | wc -l)+1))
export TWEP_NUM_PREFIX=$(printf '%04d' "$TWEP_NUM_ADR")
cp docs/templates/adr-appeng.md ${#TWEP_NUM_PREFIX}-my-latest-adr.md
unset TWEP_NUM_ADR
unset TWEP_NUM_PREFIX
📄️ 0001 - Preference to use TypeScript in place of JavaScript
Status: Accepted
📄️ 0002 - Use OpenTelemetry to instrument code for distributed tracing
Status: Accepted
📄️ 0003 Open Source Application Code
Status: Accepted
📄️ 0004 - Use PostgreSQL as a relational store
Status: Accepted
📄️ 0005 - JavaScript dependency management
Status: Accepted