In git there are these commands:
git branch --edit-description
git notes add -m "Note to add"
That allow to add metadata to commits, branches, etc...
Can we have the app to interact with those to show notes or description in the UI?
My use case is that in our company the branch naming convention is strict, so I cannot add extra information in the branch name. Having a way to quickly add/review any small description I left for future check (this is notification system fix and awaits for client to review X, this is settings refactor and can wait for Q2, etc.) would save me time not opening 10-15 jira tickets to remember what was all about.