You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the system does not provide an easy way to track specific commits that impact certain files. This causes difficulties during collaboration and code reviews, especially in larger repositories.
Describe the solution you’d like.
I would like a feature where commits can be tagged with labels (e.g., UI, Backend, Bugfix) and later filtered during the review process. This would help reviewers focus on specific changes quickly.
Describe alternatives you’ve considered.
I tried using an external tool to manage and tag commits, but it required exporting data manually and wasn’t well-integrated with the repository. It added unnecessary complexity to the workflow.
Additional context
Attached is a screenshot of a similar tagging system from another tool. This could be a reference for design and functionality.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the system does not provide an easy way to track specific commits that impact certain files. This causes difficulties during collaboration and code reviews, especially in larger repositories.
Describe the solution you’d like.
I would like a feature where commits can be tagged with labels (e.g., UI, Backend, Bugfix) and later filtered during the review process. This would help reviewers focus on specific changes quickly.
Describe alternatives you’ve considered.
I tried using an external tool to manage and tag commits, but it required exporting data manually and wasn’t well-integrated with the repository. It added unnecessary complexity to the workflow.
Additional context
Attached is a screenshot of a similar tagging system from another tool. This could be a reference for design and functionality.
The text was updated successfully, but these errors were encountered: