crem/decision-log
2023-03-09 17:40:03 +01:00
..
2023-01-12-use-single-line-haddock-comments.yaml state explicitly that we run doctests in the test suite 2023-01-13 16:19:04 +01:00
2023-01-13-always-allow-identity-transitions.yaml Machines without trivial transitions are not considered 2023-01-26 12:11:29 +01:00
2023-01-17-add-parallel-and-alternative-constructors.yaml complete unfinished sentence 2023-01-26 17:42:40 +01:00
2023-01-25-loop-constructor.yaml decision log entry for Feedback constructor 2023-02-27 17:05:45 +01:00
2023-01-30-feedback-constructor.yaml decision log entry for Feedback constructor 2023-02-27 17:05:45 +01:00
2023-02-13-disable-global-overloaded-strings.yaml disable global OverloadedStrings 2023-02-27 17:05:45 +01:00
2023-03-09-use-cabal-in-CI.yaml decision log on cabal in CI 2023-03-09 17:40:03 +01:00
README.md use single-line Haddock comments 2023-01-13 16:19:04 +01:00

Decision log

A decision log is a collection of records to document the decisions which were taken during the development of the project.

Every record is described in a yaml file with the {year}-{month}-{day}-{name} format inside this folder and will contain at least the following fields:

  • name
  • date
  • context
  • decision
  • consequences