-
Notifications
You must be signed in to change notification settings - Fork 15
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
Re-thinking the discussion process #285
Comments
In my consulting jobs I always introduce ADRs! This process is very valuable for onboarding, and to remind maintainers what we were thinking months (or years) ago. Some tips:
Hope this helps! |
In Node.js we don't have a formal ADR process, but for important decisions I often try to add what was agreed to the documentation somewhere. Either in a doc the https://github.com/nodejs/node/tree/main/doc/contributing or the doc in the admin or TSC repos. However its done I think documenting somewhere is really helpful both as a place to remember what was agreed and as a place to point people to read more about a topic/how things work. |
PR ready: #291 |
I love this space that we have to discuss and bring new ideas to the table. So far, it's working well, but I believe we can make some small changes to make it even more awesomeTM.
Current Challenges
So far, once a discussion is solved and we arrive at a conclusion, we don't always provide a summary. This can result in re-entering the same discussion later, or we forget the last agreement made, causing us to revisit the same issue. This is especially problematic if different people are involved in the repeated discussions, as they may miss important context from the previous conversation.
We also have dozens of issues in this repo that are in an unknown state, so we might want to use proper labels to represent different stages of the discussions. Of course, we should also do some cleanup and close a few of them.
Potential Improvements
For decision-making, we could use a light implementation of the Architecture Decision Record (ADR). We can store these decisions as markdown files in this repo and revisit them when needed. The goal is to record the motivations behind decisions, the alternatives we explored, etc., so new contributors can have a better understanding of the project's history. I can create a basic example if we agree this is a good idea.
For labeling, I propose the following:
New
– For newly created issuesWaiting
– When discussions are blocked due to external factors or waiting for POCs, etc.Active
– For discussions currently in progressWaiting for ADR
– Waiting for an ADR PRDiscarded
– The proposal did not succeedcc: @expressjs/triagers @expressjs/express-tc @expressjs/security-wg
The text was updated successfully, but these errors were encountered: