-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow description, name and email to be empty #136
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #136 +/- ##
==========================================
+ Coverage 95.97% 96.24% +0.27%
==========================================
Files 5 5
Lines 273 293 +20
==========================================
+ Hits 262 282 +20
Misses 11 11 ☔ View full report in Codecov by Sentry. |
I had questions but it looks like you addressed all of them ... still approved, I hope this works as expected. |
Thank you Andrea! Had to fight with pre-commit but is working now thanks to Matt |
Seems like the create command keeps asking user for name, description and email if the user presses enter to skip it. This PR makes sure that users can now skip these config values and default to an empty string.