-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #497 from isaqb-org/Issue-#496-decision-record
Introduce decision record
- Loading branch information
Showing
2 changed files
with
33 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,18 @@ | ||
# 001 - Use Decisions Records | ||
|
||
## Status: Accepted | ||
|
||
## Context | ||
Gernot and Alex discovered that we should have done this years ago. | ||
|
||
## Decision | ||
|
||
We introduce decision records into the repo. | ||
|
||
## Rationale | ||
|
||
We wont ta keep track of the WHYs of our decisions concerning the curriculum. | ||
|
||
## Consequences: | ||
* Add folder and template in repo. | ||
* Inform other FLWG members |
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,15 @@ | ||
# Decision ID: [Unique identifier for the decision] - Title: [Brief, descriptive title of the decision] | ||
|
||
## Status: [Proposed / Accepted / Deprecated / Superseded] | ||
|
||
## Context: | ||
[Describe the current situation and the forces at play. What led to this decision point?]## Decision: | ||
[Clearly state the decision that was made] | ||
## Rationale: | ||
[Explain the reasoning behind the decision. Include pros and cons considered] | ||
## Consequences: | ||
[Describe the resulting context after applying the decision. Include both positive and negative consequences]## Alternatives Considered: | ||
[List other options that were considered and briefly explain why they were not chosen]## Related Decisions: | ||
[List any related decisions, if applicable]## Stakeholders: | ||
[List the stakeholders involved in or affected by this decision]## References: | ||
[Include any relevant sources, research, or external links] |