I'm not sure if this is something that I should even consider. I know that text is cheap, but long headers will result in long names...
My first consideration was to stop at the 3rd word break:
If the issue header is
## This is a really long header
some text
the object attribute would be
an option would be to add first_n and last_n that would provide logic for truncating to the first/last n segments.
I'm not sure if this is something that I should even consider. I know that text is cheap, but long headers will result in long names...
My first consideration was to stop at the 3rd word break:
If the issue header is
## This is a really long header some textthe object attribute would be
an option would be to add
first_nandlast_nthat would provide logic for truncating to the first/lastnsegments.