vsoch / helpme

command line daemon for helping you out
https://vsoch.github.io/helpme
Mozilla Public License 2.0
9 stars 1 forks source link

HelpMe Github Issue: muffled-sundae-3540 #26

Closed iljah closed 6 years ago

iljah commented 6 years ago

testing submitting issue generated by HelpMe

iljah commented 6 years ago

Hmm yeah I think it would be better if helpme asked for a title or short description that could be used instead of random words and numbers...

vsoch commented 6 years ago

Agreed! I'm on it.

vsoch commented 6 years ago

muffled sundae :)

vsoch commented 6 years ago

okay I have added the ability to specify a title! See the test issue here:

https://github.com/vsoch/helpme/issues/29

The really cool part is that adding this field came down to just customizing the default config for Github, from this:

[github]
user_message_welcome = Hello Friend! I'll help you post a Github issue today.
user_prompt_repo = What is the Github repository to post to? (e.g., username/reponame)
user_prompt_issue = Please describe the issue you are having 
record_asciinema = True
record_environment = True

to this!

[github]
user_message_welcome = Hello Friend! I'll help you post a Github issue today.
user_prompt_repo = What is the Github repository to post to? (e.g., username/reponame)
user_prompt_issue = Please describe the issue you are having 
user_prompt_title = Please provide a meaningful title for your issue
record_asciinema = True
record_environment = True

I'm going to look at your other posted issues and I'll have this fix added in with other fixes per your suggestions in the other issues. stay tuned!