-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use same format for positives and negatives for both "Outcome" and "Options" #75
Comments
Let's have a try for a longer list of "Options". Markdown<!-- This is an optional element. Feel free to remove. -->
## Pros and Cons of the Options
### {title of option 1}
<!-- This is an optional element. Feel free to remove. -->
{example | description | pointer to more information | …}
#### Pros
* {argument a}
* {argument b}
#### Neutral
* {argument c}
#### Cons
* {argument d} Example(based on https://github.com/adr/madr/blob/main/docs/decisions/0015-include-consulting-informed-of-raci.md) Pros and Cons of the OptionsInclude "Consulted" and "Informed" of RACIPros
Cons
Include all fields of RACIThis would add "Responsible", "Accountable", "Consulted", and "Informed" Pros
Cons
ThoughtsI think, this is really lengthy. Not sure if MADR can still be called "lightweight" then. Maybe, it is a tooling issue?
Other optionsUsing "Positive, because" and "Negative, because"
Remove "Positive Consequences" and "Negative Consequences"They don't seem to be used much in the wild, thus why not just removing them and leaving it open to everyone? |
This can also be addressed by changing the template like: <!-- This is an optional element. Feel free to remove. -->
-### Positive Consequences
-
-* {e.g., improvement of one or more desired qualities, …}
-* …
-
-<!-- This is an optional element. Feel free to remove. -->
-### Negative Consequences
+### Consequences
-* {e.g., compromising one or more desired qualities, …}
+* Good, because {e.g., one or more desired qualities, …}
+* Neutral, because {e.g., one or more desired qualities, …}
* … |
"Outcome" has "Positive Consequences" and "Negative Consequences" sections. "Options" just have a single list with "Good" and "Bad" prefixes.
The text was updated successfully, but these errors were encountered: