-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
50 lines (43 loc) · 1.11 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: Archive of Decision Records
about:
id: hero-heading
template: jolla
image: home.svg
image-title: "Making decisions"
image-alt: "A cartoon illustration of a person with their arms outstretched looking uncertain, with a green arrow and black arrow pointing in opposite directions, symbolising a choice or decision."
image-shape: rectangle
image-width: 20rem
listing:
id: decisions
contents: why-*/*.qmd
categories: true
type: grid
fields:
- title
- description
- date
sort: "title"
---
```{=html}
<style>
div.quarto-about-jolla {
margin-top: 0%
}
</style>
```
::: column-screen
::: {#hero-heading}
Decision records inspired by [Architectural Decision
Records](https://adr.github.io/).
*Illustration by [Storyset](https://storyset.com/choice)*
:::
:::
<hr>
We write structured decision records (or "posts") describing the reasons
for why we choose certain tools, technologies, or processes for our
software, our collaboration workflow, and our websites. All our
decisions adhere to our [Values and
principles](https://seedcase-project.org/about/principles).
::: {#decisions}
:::