Replies: 2 comments 8 replies
-
Hi @pevogam,
That is true. And I understand your point. But developers could change the default settings right (in order to have an opt-in approach)?
I guess this is a personal taste. I don't find it difficult to filter things that I have to read on my notification panel. But again, I understand.
In theory, we should adopt the same subject for all versions and this could be easy for tracing the history with all PRs with the string "foooo". Also, if the PRs descriptions make mention to a particular issue/card it will list all PRs on that issue. TBH, I like the force-push approach, and I was using for many times. But I have to admit that is not clear there what has changed from version to version. Yes, there is a very hidden link on the "force-pushed" event text that shows the differences, but this is a web-browser approach, and many developers like to compare what has changed in the command-line. I'm open to alternatives here, but I understand that from the reviewer's perspective, having v1, v2... is better for comparing the changes. |
Beta Was this translation helpful? Give feedback.
-
I thought that we could configure our settings to receive notifications only on what we subscribed to or mentions (an opt-in approach). I have to double-check on GH.
I really like the |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Just want to gather your opinions about this but I find the constant re-submission of PR-s of different versions very noisy for a few reasons:
Turning off the "watch" feature for a given PR feature provided by GitHub is not usable because new PR-s with the same purpose keep reappearing. Some of us thus have to constantly sign out of the same PR/topic.
It is harder for many developers involved in this project that want to be able to quickly glance what is going on to do so since our notification panel in GitHub is filled with [v1], [v2], ... [vN] PR-s, cluttering our space and making it hard to see what's really new.
Tracing the history of a PR is much more complicated since we cannot see how a feature was started by simply following a link to the PR page. Instead, we have to do additional PR searches and open many older PR pages at the same time, then trace back the entire history through them.
Not sure how easy it is to associate different versions with cards in GitHub's Kanban project management but I foresee it is way easier to do this with a single fully traceable PR. As we don't use it with multiple versions like this I cannot say more so this is rather a guess on my side.
If pushing multiple PR versions like this is trying to compensate for some information system deficiency of Github, it is rather better to bring this to the GH support team and see if it can be resolved for good.
These are some thoughts I have about this workflow. I am curious to see what upsides you see about it and what is the main motivation behind it.
Best,
Plamen
Beta Was this translation helpful? Give feedback.
All reactions