Skip to content

Commit

Permalink
doc: add a note to CONTRIBUTING.md about the /adr dir
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Sep 18, 2024
1 parent 4faeac7 commit 5f4b0aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This doc is a short introduction on how to modify and maintain the sqlite3-ruby

## Architecture notes

### Decision record

As of 2024-09, we're starting to keep some architecture decisions in the subdirectory `/adr`, so
please look there for additional information.

### Garbage collection

All statements keep pointers back to their respective database connections.
Expand Down

0 comments on commit 5f4b0aa

Please sign in to comment.