Skip to content

Commit

Permalink
Merge pull request #12 from swerik-project/decision-1
Browse files Browse the repository at this point in the history
Initialize decision handling
  • Loading branch information
BobBorges authored May 20, 2024
2 parents ea469b3 + 45315e6 commit b55804f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/decisions/decision-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Storing decisions in SWERIK

## Status

Accepted

## Context

We want to store project-wide decisions in a doc/decisions folder of this (umbrella) repository.

Similarly we store repository-specific decisions in a doc/decisions folder in individual repositories.

The template is in large part taken from [here](https://github.com/joelparkerhenderson/architecture-decision-record/tree/main/locales/en/templates/decision-record-template-by-michael-nygard). By following this format we can use [adr-tools](https://github.com/npryce/adr-tools) for managing the decision files.


## Decision:
We use [this template](https://raw.githubusercontent.com/swerik-project/the-swedish-parliament-corpus/decision-1/docs/decisions/decision-template.md) for decisions.



## Consequences
By having a clear decision on how we store decisions, we can process and follow the decisions made in the project.
12 changes: 12 additions & 0 deletions docs/decisions/decision-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Title
## Status
What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.?

## Context
What is the issue that we're seeing that is motivating this decision or change?

## Decision
What is the change that we're proposing and/or doing?

## Consequences
What becomes easier or more difficult to do because of this change?

0 comments on commit b55804f

Please sign in to comment.