Replies: 3 comments 1 reply
-
I'm fine with the suggested workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree with this workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm okay with this, would you like me to take care of these changes? @RiccardoM |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I was taking a look at the ADRs that we have merged and the ones that are currently opened as PRs and I think we have the following problems:
All the modules we have inside the
staging
folder do not have an ADR (x/posts
,x/subspaces
,x/reports
)There are some ADRs that are related to such modules and are PRs (eg. docs(adr): ADR-001: Reports
type
field replacement #616, docs(adr): ADR-002: Reports save/edit operation #640, docs(adr): ADR-003: End-blocker check on unregistered users #624, docs(adr): ADR-007: Reports delete operation #639)Based on the definition of AD:
Some of the merged ADR should have not been ADR in the first place since they are very small changes with no architecture impact (
ADR-005
,ADR-009
)For this reason I propose the following things:
backlog
where we keep the currentstaging
folderstaging
folder from themaster
branchbacklog
branch to get the module implementation, change it to adapt it to the ADR and then merge it inside the "master" branchWhat do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions