Request for Reconsideration of Labels/Points Due to Git Branching Mistake #356
Replies: 2 comments 1 reply
-
|
@Priyanshu-byte-coder Reminder |
Beta Was this translation helpful? Give feedback.
-
|
Hey @PraneshJha1038 — thanks for the detailed explanation. I looked at both PRs:
Both fixes are real and independent — PR #145 was missed on labels because the same changes appeared in #262, making it look like a duplicate from the surface. That said, difficulty is based on the work done, not the issue label. PR #145 is a 4-line CSS fix in a single component — that is I have labeled PR #145 as Going forward: always branch off |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @Priyanshu-byte-coder,
I realized there was an issue with how I created my branches locally.
The PR for
fix-pr-breakdown-visibility-issue(#142) unintentionally included commits from my other branch (fix-overflow-text-at-Pr-Analytics(#143)) because the second branch was created from the first branch instead of directly frommain.So even though I created two separate branches and two separate PRs, the commit history caused both fixes to appear together in the first PR accidentally.
The fixes were actually for two independent issues:
Because of that, the second PR was marked as duplicate even though the implementation work for that issue was completed separately.
At the moment, only the merged PR received the
level:beginnerlabel, which reflects the visible scope of that PR alone. However, the duplicated PR corresponded to a separate issue with a higher difficulty level (level:intermediate), and its fix was effectively included inside the first PR due to my Git branching mistake.So the current point allocation does not fully represent the total completed work across both issues, even though both fixes were implemented.
I completely understand that this situation was caused by my Git workflow mistake, and I’ll be more careful with branch ancestry going forward. I just wanted to clarify the context in case the labels/points can still be reconsidered appropriately.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions