Replies: 3 comments 2 replies
-
Just wanted to comment that I like this idea. If we move to a discussions-based flow, though, is there much value in also requiring a formal design doc in the repo? I'd suggest we consider something like:
I like that this is relatively lightweight. Perhaps we could also provide a template (similar to the current design docs) for the Ideas discussion. |
Beta Was this translation helpful? Give feedback.
-
Yeah your proposal does seem like a much cleaner flow to me. I’ll update my idea :-)
…On Thu, Feb 25, 2021 at 3:26 PM Nick Jalbert ***@***.***> wrote:
Just wanted to comment that I like this idea.
If we move to a discussions-based flow, though, is there much value in
also requiring a formal design doc in the repo? I'd suggest we consider
something like:
- Submit your feature idea as a new discussion under the "Ideas"
category.
- Iterate on the idea via discussion in that Ideas thread
- Once it is approved by a committer, then the #Ideas discussion is
migrated to a #Designs discussion (either by creating a new discussion or
changing the category in the original discussion).
I like that this is relatively lightweight. Perhaps we could also provide
a template (similar to the current design docs) for the Ideas discussion.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/agentos-project/design_docs/discussions/8#discussioncomment-407589>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABX5BTHIUW4Y7D42NFZM63TA3MCJANCNFSM4XPUXAKQ>
.
|
Beta Was this translation helpful? Give feedback.
-
This proposal has been implemented now. Everything is consolidated into https://github.com/agentos-project/agentos/discussions and https://github.com/agentos-project/agentos/tree/master/documentation/design_docs |
Beta Was this translation helpful? Give feedback.
-
This is a proposal to update our design doc and design review process.
The current process is documented in the README of the design_doc repo. Currently, if a developer has a new idea for a significant feature, they:
The advantages of this are:
The major disadvantages of this are:
I propose that we:
design_docs
repo into theagentos
repo in the documentation/design_docs folder, and move these discussions over there too.The new flow will be as follows:
documentation/design_docs
folder and edited at will by the design owner (without PRs). This way editing history of the document is retained.This new process addresses several of the disadvantages of the current process, specifically:
One disadvantage with the above process is that it is difficult to reference specific lines of a version of a ReStructedText file (like one can with code files), so we will just have to copy and paste quotes into our comments instead.
Beta Was this translation helpful? Give feedback.
All reactions