gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
12.58k stars 497 forks source link

Ability to add branch description #4270

Open aviv-vladimirsedlar opened 2 months ago

aviv-vladimirsedlar commented 2 months ago

Description

It would be nice to have the ability to add some description to the branch itself, perhaps adding links ticket links and such.

Byron commented 2 months ago

That's a great idea! The state of virtual branches is tracked entirely by GitButler, and adding more metadata to them would be straightforward.

IguJl15 commented 2 months ago

Immediately come in mind two things about descriptions in git butler:

What are your thoughts on the last suggestion? Perhaps some companies wish to adhere to a consistent standard for pull requests descriptions.

Byron commented 2 months ago

I think how AI uses locally available metadata to enhance its output would be worth its own issue, so this one can remain narrowly scoped.